aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc41/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcc41/Makefile')
-rw-r--r--lang/gcc41/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gcc41/Makefile b/lang/gcc41/Makefile
index 56ef7f2fba29..45a1a5cb4e29 100644
--- a/lang/gcc41/Makefile
+++ b/lang/gcc41/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