[SVN-Commit] r1308 - trunk/Mk

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Wed Aug 7 22:58:01 UTC 2013


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 at 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


More information about the freebsd-gecko mailing list