diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-04 01:58:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-04 01:58:00 +0000 |
commit | 03de3372610badfa12aa72a25cb8f48d5e039bdb (patch) | |
tree | 5c4a84216a1d8c027cc078242d28f6bf37e4c39e /devel | |
parent | BROKEN: Installation fails (diff) |
m68k-rtems-gcc is BROKEN on !i386: internal compiler error during build
Notes
Notes:
svn path=/head/; revision=123078
Diffstat (limited to 'devel')
-rw-r--r-- | devel/i386-rtems-gcc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/i386-rtems-gcc/Makefile b/devel/i386-rtems-gcc/Makefile index a06f2a2815f6..815b4f3a1020 100644 --- a/devel/i386-rtems-gcc/Makefile +++ b/devel/i386-rtems-gcc/Makefile @@ -32,6 +32,10 @@ BROKEN= "Configure fails on amd64" RTEMS_ARCH?= i386 LCLTARGET= ${RTEMS_ARCH}-rtems +.if ${RTEMS_ARCH} == m68k && ${ARCH} != "i386" +BROKEN= "Internal compiler error during build on !i386" +.endif + GCCVERSION= 3.2.3 GCCNAME= gcc-${GCCVERSION} PLIST_SUB+= "GCCVERSION=${GCCVERSION}" |