Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2020 09:35:31 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r523710 - branches/2020Q1/devel/binutils
Message-ID:  <202001210935.00L9ZVDq081431@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Jan 21 09:35:30 2020
New Revision: 523710
URL: https://svnweb.freebsd.org/changeset/ports/523710

Log:
  MFH: r523709
  
  devel/binutils@aarch64: unbreak on powerpc64
  
  Builds fine.
  
  Approved by:	portmgr (fix build blanket)

Modified:
  branches/2020Q1/devel/binutils/Makefile
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/devel/binutils/Makefile
==============================================================================
--- branches/2020Q1/devel/binutils/Makefile	Tue Jan 21 09:34:28 2020	(r523709)
+++ branches/2020Q1/devel/binutils/Makefile	Tue Jan 21 09:35:30 2020	(r523710)
@@ -63,7 +63,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} == mingw32 || ${FLAVOR} == avr
 BUTARGET=	${FLAVOR:C/_/-/g}
 .elif ${FLAVOR} == amd64



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