Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Nov 2018 00:31:13 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r484561 - in head/devel: arm-none-eabi-gcc powerpc64-gcc
Message-ID:  <201811100031.wAA0VDqO021359@repo.freebsd.org>

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



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