svn commit: r484561 - in head/devel: arm-none-eabi-gcc powerpc64-gcc

Mark Linimon linimon at FreeBSD.org
Sat Nov 10 00:31:14 UTC 2018


Author: linimon
Date: Sat Nov 10 00:31:12 2018
New Revision: 484561
URL: https://svnweb.freebsd.org/changeset/ports/484561

Log:
  USES=compiler:c++11-lang is necessary to build arm-none-eabi-gcc on
  powerpc64.  Since it should be similar with other slave ports, add
  USES to the masterport.
  
  PR:		232521
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/arm-none-eabi-gcc/Makefile
  head/devel/powerpc64-gcc/Makefile

Modified: head/devel/arm-none-eabi-gcc/Makefile
==============================================================================
--- head/devel/arm-none-eabi-gcc/Makefile	Sat Nov 10 00:08:06 2018	(r484560)
+++ head/devel/arm-none-eabi-gcc/Makefile	Sat Nov 10 00:31:12 2018	(r484561)
@@ -15,7 +15,6 @@ CONFIGURE_ARGS=	--disable-libstdcxx \
 
 BROKEN_mips=		configure: error: cannot compute suffix of object files: cannot compile
 BROKEN_mips64=		configure: error: cannot compute suffix of object files: cannot compile
-BROKEN_powerpc64=	fails to compile: include/longlong.h:286:52: internal compiler error: Segmentation fault
 
 MASTERDIR=	${.CURDIR}/../powerpc64-gcc
 

Modified: head/devel/powerpc64-gcc/Makefile
==============================================================================
--- head/devel/powerpc64-gcc/Makefile	Sat Nov 10 00:08:06 2018	(r484560)
+++ head/devel/powerpc64-gcc/Makefile	Sat Nov 10 00:31:12 2018	(r484561)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libgmp.so:math/gmp \
 BUILD_DEPENDS=	${BU_PREFIX}-as:devel/${PKGNAMEPREFIX}binutils
 RUN_DEPENDS=	${BU_PREFIX}-as:devel/${PKGNAMEPREFIX}binutils
 
-USES=	gmake iconv libtool tar:xz makeinfo compiler
+USES=	gmake iconv libtool tar:xz makeinfo compiler:c++11-lang
 PLIST_SUB=	TARGETARCH=${PKGNAMEPREFIX:C/-//g} \
 		OPSYS=${OPSYS:tl} \
 		GCC_TARGET=${GCC_TARGET} \


More information about the svn-ports-all mailing list