summaryrefslogtreecommitdiff
path: root/lang/gcc40
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2005-03-31 23:24:12 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2005-03-31 23:24:12 +0000
commitb0fe0927965b9ec9e3cd8dd8e6a57397ce4cb890 (patch)
tree9e083c93887fbba4db8b2c2a8d962d78f8f397cc /lang/gcc40
parentReally 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/gcc40')
-rw-r--r--lang/gcc40/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gcc40/Makefile b/lang/gcc40/Makefile
index 56ef7f2fba29..45a1a5cb4e29 100644
--- a/lang/gcc40/Makefile
+++ b/lang/gcc40/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