libgcc_s: add libc DT_NEEDED to fix underlinking

PR:		216012
Reported by:	jbeich
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2017-01-13 15:17:25 +00:00
parent 24209f0122
commit 2f21ec0129
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ MK_SSP= no
WARNS?= 2
LDFLAGS+= -nodefaultlibs
LIBADD+= c
VERSION_MAP= ${.CURDIR}/Version.map
.include "../libcompiler_rt/Makefile.inc"