1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

It is only the m68k and sh ports that fail to build everywhere.

Correct an apparent logic error.
This commit is contained in:
Kris Kennaway 2006-08-17 20:43:02 +00:00
parent 70e5ac1f4e
commit c927cacdda
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170894

View File

@ -32,13 +32,7 @@ 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
.else
BROKEN= Does not compile on i386
.endif
.if ${RTEMS_ARCH} == sh
.if ${RTEMS_ARCH} == m68k || ${RTEMS_ARCH} == sh
BROKEN= Does not build
.endif