svn commit: r312076 - head/lib/libgcc_s
Ed Maste
emaste at FreeBSD.org
Fri Jan 13 15:17:26 UTC 2017
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"
More information about the svn-src-all
mailing list