svn commit: r441884 - head/lang/gcc47
Gerald Pfeifer
gerald at FreeBSD.org
Sun May 28 00:16:29 UTC 2017
Author: gerald
Date: Sun May 28 00:16:28 2017
New Revision: 441884
URL: https://svnweb.freebsd.org/changeset/ports/441884
Log:
Remove powerpc64 from ONLY_FOR_ARCHS and remove BROKEN_powerpc64.
This is an old version of GCC (a couple of generations end-of-lifed)
that is not going to be fixed realistically, and we have newer ports
that work.
Discussed with: linimon, andreast
Modified:
head/lang/gcc47/Makefile
Modified: head/lang/gcc47/Makefile
==============================================================================
--- head/lang/gcc47/Makefile Sat May 27 23:27:21 2017 (r441883)
+++ head/lang/gcc47/Makefile Sun May 28 00:16:28 2017 (r441884)
@@ -21,8 +21,6 @@ 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
@@ -33,7 +31,7 @@ CPE_VENDOR= gnu
# once installed.
GCC_VERSION= ${PORTVERSION}
SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
-ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64
+ONLY_FOR_ARCHS= amd64 i386 powerpc sparc64
USES= cpe gmake iconv libtool makeinfo perl5 tar:bzip2
USE_BINUTILS= yes
USE_PERL5= build
More information about the svn-ports-head
mailing list