summaryrefslogtreecommitdiff
path: root/devel/sh-rtems-gcc
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/sh-rtems-gcc
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/sh-rtems-gcc')
-rw-r--r--devel/sh-rtems-gcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/sh-rtems-gcc/Makefile b/devel/sh-rtems-gcc/Makefile
index 004c2ed94497..c8f76bde9f91 100644
--- a/devel/sh-rtems-gcc/Makefile
+++ b/devel/sh-rtems-gcc/Makefile
@@ -9,6 +9,6 @@ PORTNAME= gcc
MAINTAINER= jeh@FreeBSD.org
-LCLTARGET= sh-rtems
+RTEMS_ARCH= sh
.include "${.CURDIR}/../i386-rtems-gcc/Makefile"