1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

BROKEN on ia64 and sparc64: Runaway cc1plus process

This commit is contained in:
Kris Kennaway 2005-07-21 00:03:11 +00:00
parent a7f90fdd5a
commit f03f93f5bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139762

View File

@ -28,6 +28,10 @@ TARGET_DIR= ${PREFIX}/bin/
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
BROKEN= "Runaway cc1plus process"
.endif
.if ( ${OSVERSION} < 500035 )
CFLAGS+= -O0
.endif