aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc47
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-22 16:04:19 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-22 16:04:19 +0000
commit82c3cac0d25cc95f9d22a5af54798c9353f0a8ab (patch)
treec5e899899564f09bbd94410678db0ab936c225e5 /lang/gcc47
parent18c5de50d19ed9cea6ba04528785811d0ef7b3c1 (diff)
downloadports-82c3cac0d25cc95f9d22a5af54798c9353f0a8ab.tar.gz
ports-82c3cac0d25cc95f9d22a5af54798c9353f0a8ab.zip
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
Notes
Notes: svn path=/head/; revision=441468
Diffstat (limited to 'lang/gcc47')
-rw-r--r--lang/gcc47/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile
index 882b8f55bef5..4ebd356568ab 100644
--- a/lang/gcc47/Makefile
+++ b/lang/gcc47/Makefile
@@ -21,6 +21,8 @@ LIB_DEPENDS= libgmp.so:math/gmp \
BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils
RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils
+BROKEN_powerpc64= fails to compile: libgcc2.c: In function '__powisf2': internal compiler error: Segmentation fault
+
.if defined(MAINTAINER_MODE)
BUILD_DEPENDS+= runtest:misc/dejagnu
.endif