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:
emaste 2017-01-13 15:17:25 +00:00
parent 36cef24e89
commit 248193a0dd

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"