svn commit: r496318 - head/devel/binutils

Baptiste Daroussin bapt at FreeBSD.org
Wed Mar 20 08:39:45 UTC 2019


Author: bapt
Date: Wed Mar 20 08:39:43 2019
New Revision: 496318
URL: https://svnweb.freebsd.org/changeset/ports/496318

Log:
  Disable gold on sparc64
  
  Submitted by:	MeSOFT Corporate Email <bmeyer at mesoft.com.au>

Modified:
  head/devel/binutils/Makefile

Modified: head/devel/binutils/Makefile
==============================================================================
--- head/devel/binutils/Makefile	Wed Mar 20 08:30:42 2019	(r496317)
+++ head/devel/binutils/Makefile	Wed Mar 20 08:39:43 2019	(r496318)
@@ -89,7 +89,7 @@ STATIC_LDFLAGS+=	-all-static
 .include <bsd.port.pre.mk>
 
 # Actual earliest version may differ slightly
-.if ${ARCH} != mips && ${ARCH} != mips64 && ${ARCH} != powerpc && ${ARCH} != powerpc64 && ${ARCH} != powerpcspe && !defined(PKGNAMEPREFIX)
+.if ${ARCH} != sparc64 && ${ARCH} != mips && ${ARCH} != mips64 && ${ARCH} != powerpc && ${ARCH} != powerpc64 && ${ARCH} != powerpcspe && !defined(PKGNAMEPREFIX)
 CONFIGURE_ARGS+=	--enable-gold --enable-plugins
 CXXFLAGS+=	-Wno-c++11-narrowing
 PLIST_SUB+=	GOLD=""


More information about the svn-ports-all mailing list