freebsd-ports/devel/sh-rtems-gcc/Makefile
James E. Housley 2a74a88b01 Add MACHINE_ARCH to MAKE_ENV to try and stop stupid breakage on 5.x
bento builds caused by it forcing it's maching arch onto the ports.

No PORTREVISION bump required, they don't build now.
2003-11-03 13:16:25 +00:00

14 lines
251 B
Makefile

# New ports collection makefile for: sh-rtems-gcc
# Date created: 9 June 2000
# Whom: James Housley <jim@thehousleys.net>
#
# $FreeBSD$
#
PORTNAME= gcc
MAINTAINER= jeh@FreeBSD.org
RTEMS_ARCH= sh
.include "${.CURDIR}/../i386-rtems-gcc/Makefile"