From 2f21ec0129dc3be555536d5177c5e0f4f8728f6b Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Fri, 13 Jan 2017 15:17:25 +0000 Subject: [PATCH] libgcc_s: add libc DT_NEEDED to fix underlinking PR: 216012 Reported by: jbeich MFC after: 1 week Sponsored by: The FreeBSD Foundation --- lib/libgcc_s/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libgcc_s/Makefile b/lib/libgcc_s/Makefile index e4887a631de..78b6515996f 100644 --- a/lib/libgcc_s/Makefile +++ b/lib/libgcc_s/Makefile @@ -8,6 +8,7 @@ MK_SSP= no WARNS?= 2 LDFLAGS+= -nodefaultlibs +LIBADD+= c VERSION_MAP= ${.CURDIR}/Version.map .include "../libcompiler_rt/Makefile.inc"