diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2003-08-08 03:41:13 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2003-08-08 03:41:13 +0000 |
| commit | dd83c5f0a2ae746083f43dd97846559a77fd61c3 (patch) | |
| tree | 160771ff4f15825ac5ce956cada2b64f6fa48d88 /lib/libpthread/support | |
| parent | 3e0387b48337acc9492b48103291913f41d24c63 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/support')
| -rw-r--r-- | lib/libpthread/support/Makefile.inc | 2 |
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 |
