summaryrefslogtreecommitdiffstats
path: root/lib/libkse/support/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libkse/support/Makefile.inc')
-rw-r--r--lib/libkse/support/Makefile.inc2
1 files changed, 1 insertions, 1 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
OpenPOWER on IntegriCloud