svn commit: r523709 - head/devel/binutils

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jan 21 09:34:29 UTC 2020


Author: pkubaj
Date: Tue Jan 21 09:34:28 2020
New Revision: 523709
URL: https://svnweb.freebsd.org/changeset/ports/523709

Log:
  devel/binutils at aarch64: unbreak on powerpc64
  
  Builds fine.
  
  MFH:		2020Q1 (fix build blanket)

Modified:
  head/devel/binutils/Makefile

Modified: head/devel/binutils/Makefile
==============================================================================
--- head/devel/binutils/Makefile	Tue Jan 21 09:30:24 2020	(r523708)
+++ head/devel/binutils/Makefile	Tue Jan 21 09:34:28 2020	(r523709)
@@ -65,7 +65,6 @@ INFO_PATH=	${PKGNAMEPREFIX:S/-$//}/share/info
 .if ${FLAVOR} == aarch64
 BROKEN_mips=		fails to configure: error: C compiler cannot create executables
 BROKEN_mips64=		fails to configure: error: C compiler cannot create executables
-BROKEN_powerpc64=	fails to configure: error: C compiler cannot create executables
 .elif ${FLAVOR} == aarch64_none_elf || ${FLAVOR} == arm_none_eabi || ${FLAVOR} == riscv64_none_elf || ${FLAVOR} == mingw32 || ${FLAVOR} == avr
 BUTARGET=	${FLAVOR:C/_/-/g}
 .elif ${FLAVOR} == amd64


More information about the svn-ports-head mailing list