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 <[email protected]>, 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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to