Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 May 2017 00:16:28 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441884 - head/lang/gcc47
Message-ID:  <201705280016.v4S0GSAJ086497@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705280016.v4S0GSAJ086497>