diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-03-31 23:24:12 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-03-31 23:24:12 +0000 |
commit | b0fe0927965b9ec9e3cd8dd8e6a57397ce4cb890 (patch) | |
tree | 9e083c93887fbba4db8b2c2a8d962d78f8f397cc /lang/gcc43 | |
parent | Really fix plist the right way. (diff) |
Mark BROKEN on sparc64. I reported the problem upstream, but there is no
fix in sight yet.
Approved by: portmgr (krion)
Notes
Notes:
svn path=/head/; revision=132135
Diffstat (limited to 'lang/gcc43')
-rw-r--r-- | lang/gcc43/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gcc43/Makefile b/lang/gcc43/Makefile index 56ef7f2fba29..45a1a5cb4e29 100644 --- a/lang/gcc43/Makefile +++ b/lang/gcc43/Makefile @@ -44,6 +44,10 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4 .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= "Bootstrap fails with SPARC-specific error. Reported upstream as http://gcc.gnu.org/PR20633" +.endif + .if ${ARCH} == "amd64" CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} .else |