summaryrefslogtreecommitdiff
path: root/lib/libpthread/support
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2003-08-08 03:41:13 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2003-08-08 03:41:13 +0000
commitdd83c5f0a2ae746083f43dd97846559a77fd61c3 (patch)
tree160771ff4f15825ac5ce956cada2b64f6fa48d88 /lib/libpthread/support
parent3e0387b48337acc9492b48103291913f41d24c63 (diff)
Notes
Diffstat (limited to 'lib/libpthread/support')
-rw-r--r--lib/libpthread/support/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/support/Makefile.inc b/lib/libpthread/support/Makefile.inc
index f6fec959b5c5..1b445abbc39a 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