Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Aug 2013 22:57:53 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1308 - trunk/Mk
Message-ID:  <201308072257.r77Mvr63052633@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Aug  7 22:57:53 2013
New Revision: 1308

Log:
avoid confusing configure over which binutils are used

Reported by:	AN <andy@neu.net>, flo

Modified:
   trunk/Mk/bsd.gecko.mk

Modified: trunk/Mk/bsd.gecko.mk
==============================================================================
--- trunk/Mk/bsd.gecko.mk	Wed Aug  7 11:33:20 2013	(r1307)
+++ trunk/Mk/bsd.gecko.mk	Wed Aug  7 22:57:53 2013	(r1308)
@@ -834,6 +834,7 @@
 . if ${USE_MOZILLA:M-nss} && ${MOZILLA_VER:R:R} >= 20
 USE_BINUTILS=	# intel-gcm.s
 CFLAGS+=	-B${LOCALBASE}/bin
+LDFLAGS+=	-B${LOCALBASE}/bin
 . endif
 .elif ${ARCH:Mpowerpc*}
 USE_GCC?=	yes



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