From 0faaaf60497501816df7317711d94644653be450 Mon Sep 17 00:00:00 2001 From: kan Date: Fri, 8 Aug 2003 03:41:13 +0000 Subject: Allow gcc driver to process -r option iself, do not use -Wl,-r to bypass it. Doing otherwise did not allow compiler to detect and disable conflicting options generated from specs. Reported by: jake --- lib/libpthread/support/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libpthread/support') diff --git a/lib/libpthread/support/Makefile.inc b/lib/libpthread/support/Makefile.inc index f6fec95..1b445ab 100644 --- a/lib/libpthread/support/Makefile.inc +++ b/lib/libpthread/support/Makefile.inc @@ -6,4 +6,4 @@ SOBJS+= thr_libc.So CLEANFILES+= thr_support.So thr_libc.So: thr_support.So - ${CC} -nostdlib -o ${.TARGET} -Wl,-r thr_support.So -lc_pic + ${CC} -nostdlib -o ${.TARGET} -r thr_support.So -lc_pic -- cgit v1.1