summaryrefslogtreecommitdiff
path: root/devel/mips-rtems-gcc/Makefile
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2003-11-03 13:16:25 +0000
committerJames E. Housley <jeh@FreeBSD.org>2003-11-03 13:16:25 +0000
commit2a74a88b013d3749f784a5d338eee4aa249a1da2 (patch)
tree900b73e78661e45f166ac867dfa0d25c1861b748 /devel/mips-rtems-gcc/Makefile
parentMaintainer correctly points out that the PR that I committed against (diff)
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.
Notes
Notes: svn path=/head/; revision=92960
Diffstat (limited to 'devel/mips-rtems-gcc/Makefile')
-rw-r--r--devel/mips-rtems-gcc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/mips-rtems-gcc/Makefile b/devel/mips-rtems-gcc/Makefile
index b3c3fd622e4a..5a4550659130 100644
--- a/devel/mips-rtems-gcc/Makefile
+++ b/devel/mips-rtems-gcc/Makefile
@@ -9,5 +9,6 @@ PORTNAME= gcc
MAINTAINER= jeh@FreeBSD.org
-LCLTARGET= mips-rtems
+RTEMS_ARCH= mips
+
.include "${.CURDIR}/../i386-rtems-gcc/Makefile"