aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc33
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2006-11-19 13:04:20 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2006-11-19 13:04:20 +0000
commitff5cea03a6941b1db3a2212409afed27ec159003 (patch)
tree124172464a10453597ab02cf2047bd2f4b88b289 /lang/gcc33
parentd8f3214e5fc4381a25e3227a53cd8049c9e4683b (diff)
downloadports-ff5cea03a6941b1db3a2212409afed27ec159003.tar.gz
ports-ff5cea03a6941b1db3a2212409afed27ec159003.zip
Notes
Diffstat (limited to 'lang/gcc33')
-rw-r--r--lang/gcc33/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc33/Makefile b/lang/gcc33/Makefile
index bbf8bbb94860..3eb291716efc 100644
--- a/lang/gcc33/Makefile
+++ b/lang/gcc33/Makefile
@@ -25,6 +25,7 @@ COMMENT?= GNU Compiler Collection 3.3
SUFFIX= 33
LATEST_LINK?= gcc${SUFFIX}${PKGNAMESUFFIX}
+NOT_FOR_ARCHS= amd64
USE_BISON= yes
USE_BZIP2= yes
USE_GMAKE= yes
@@ -38,7 +39,6 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
.if ${ARCH} == "amd64"
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
-BROKEN= Bus errors in stage2; system compiler may be broken.
.else
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
.endif