Index: devel/arm-none-eabi-gcc/Makefile =================================================================== --- devel/arm-none-eabi-gcc/Makefile (revision 482709) +++ devel/arm-none-eabi-gcc/Makefile (working copy) @@ -15,7 +15,6 @@ 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 Index: devel/powerpc64-gcc/Makefile =================================================================== --- devel/powerpc64-gcc/Makefile (revision 482709) +++ devel/powerpc64-gcc/Makefile (working copy) @@ -19,7 +19,7 @@ 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} \