Author: bapt
Date: Tue Oct 21 20:11:05 2014
New Revision: 273409
URL: https://svnweb.freebsd.org/changeset/base/273409

Log:
  Do not make ld(1) warnings fatal anymore, binutils behaviour has changed over 
the
  time and gnu.warnings.symbol are now being fatal preventing building world.
  
  in the futur we want to investigate only making the gnu.warning.symbol non 
fatal
  
  Reviewed by:  imp

Modified:
  head/share/mk/bsd.lib.mk

Modified: head/share/mk/bsd.lib.mk
==============================================================================
--- head/share/mk/bsd.lib.mk    Tue Oct 21 20:07:15 2014        (r273408)
+++ head/share/mk/bsd.lib.mk    Tue Oct 21 20:11:05 2014        (r273409)
@@ -207,7 +207,7 @@ _LIBS+=             ${SHLIB_NAME}
 
 SOLINKOPTS=    -shared -Wl,-x
 .if !defined(ALLOW_SHARED_TEXTREL)
-SOLINKOPTS+=   -Wl,--fatal-warnings -Wl,--warn-shared-textrel
+SOLINKOPTS+=   -Wl,--no-fatal-warnings -Wl,--warn-shared-textrel
 .endif
 
 .if target(beforelinking)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to