svn commit: r374957 - head/devel/binutils

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Dec 19 17:34:19 UTC 2014


Author: amdmi3
Date: Fri Dec 19 17:34:18 2014
New Revision: 374957
URL: https://svnweb.freebsd.org/changeset/ports/374957
QAT: https://qat.redports.org/buildarchive/r374957/

Log:
  - Unbreak build on mips, gold is not build there
  
  PR:		196027
  Submitted by:	amdmi3
  Approved by:	bapt

Modified:
  head/devel/binutils/Makefile

Modified: head/devel/binutils/Makefile
==============================================================================
--- head/devel/binutils/Makefile	Fri Dec 19 17:24:13 2014	(r374956)
+++ head/devel/binutils/Makefile	Fri Dec 19 17:34:18 2014	(r374957)
@@ -58,7 +58,7 @@ NLS_CONFIGURE_ENABLE=	nls
 .include <bsd.port.options.mk>
 
 # Actual earliest version may differ slightly
-.if ${ARCH} != ia64 && ${OSVERSION} >= 900044 && !defined(PKGNAMEPREFIX)
+.if ${ARCH} != ia64 && ${ARCH} != mips && ${OSVERSION} >= 900044 && !defined(PKGNAMEPREFIX)
 CONFIGURE_ARGS+=	--enable-gold --enable-plugins
 PLIST_SUB+=	GOLD=""
 .else


More information about the svn-ports-head mailing list