diff options
author | gerald <gerald@FreeBSD.org> | 2006-11-19 21:04:20 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2006-11-19 21:04:20 +0800 |
commit | 655f897910d66e113a3b2e7a1ded10cc6ebf2d48 (patch) | |
tree | 6e493073d742ddc404864609f37b18a73cf28437 | |
parent | 5bc0681e898d3aaa97ee4b78b623d1b59cc3a4ca (diff) | |
download | freebsd-ports-gnome-655f897910d66e113a3b2e7a1ded10cc6ebf2d48.tar.gz freebsd-ports-gnome-655f897910d66e113a3b2e7a1ded10cc6ebf2d48.tar.zst freebsd-ports-gnome-655f897910d66e113a3b2e7a1ded10cc6ebf2d48.zip |
Mark as NOT_FOR_ARCHS=amd64 instead of BROKEN. This version of GCC really should not
be used for AMD64.
-rw-r--r-- | lang/gcc33/Makefile | 2 |
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 |