diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libkse/support/Makefile.inc | 2 | ||||
-rw-r--r-- | lib/libpthread/support/Makefile.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkse/support/Makefile.inc b/lib/libkse/support/Makefile.inc index f6fec95..1b445ab 100644 --- a/lib/libkse/support/Makefile.inc +++ b/lib/libkse/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 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 |