Author: emaste
Date: Fri Jan 13 15:17:25 2017
New Revision: 312076
URL: https://svnweb.freebsd.org/changeset/base/312076

Log:
  libgcc_s: add libc DT_NEEDED to fix underlinking
  
  PR:           216012
  Reported by:  jbeich
  MFC after:    1 week
  Sponsored by: The FreeBSD Foundation

Modified:
  head/lib/libgcc_s/Makefile

Modified: head/lib/libgcc_s/Makefile
==============================================================================
--- head/lib/libgcc_s/Makefile  Fri Jan 13 13:50:44 2017        (r312075)
+++ head/lib/libgcc_s/Makefile  Fri Jan 13 15:17:25 2017        (r312076)
@@ -8,6 +8,7 @@ MK_SSP=         no
 WARNS?=        2
 
 LDFLAGS+=      -nodefaultlibs
+LIBADD+=       c
 VERSION_MAP=   ${.CURDIR}/Version.map
 
 .include "../libcompiler_rt/Makefile.inc"
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to