diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2004-02-18 09:43:30 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2004-02-18 09:43:30 +0000 |
commit | 2c4fe14389f6e80498cc14c33edf0d3e6628acfa (patch) | |
tree | 1c99c1ef4b78fd84897010522b1252cd7a566908 /lang/gcc33 | |
parent | - Update to 0.7.12 (diff) |
Mark broken on amd64 (which used to be called x86_64).
Notes
Notes:
svn path=/head/; revision=101310
Diffstat (limited to 'lang/gcc33')
-rw-r--r-- | lang/gcc33/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gcc33/Makefile b/lang/gcc33/Makefile index 5d75657db986..792e85df5d9d 100644 --- a/lang/gcc33/Makefile +++ b/lang/gcc33/Makefile @@ -49,6 +49,10 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4 .include <bsd.port.pre.mk> +.if ${ARCH} == "amd64" +BROKEN= "Configure broken due to renaming this architecture from x86_84." +.endif + .if ${ARCH} == sparc64 BROKEN= "libgcj is not supported/packaging is broken on this platform" .endif |