1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

m68k-rtems-gcc is BROKEN on !i386: internal compiler error during build

This commit is contained in:
Kris Kennaway 2004-12-04 01:58:00 +00:00
parent 60cee4ce89
commit 03de337261
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123078

View File

@ -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}"