summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc_tools/freebsd-native.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/freebsd-native.h b/gnu/usr.bin/cc/cc_tools/freebsd-native.h
index ac5c681..6fd158c 100644
--- a/gnu/usr.bin/cc/cc_tools/freebsd-native.h
+++ b/gnu/usr.bin/cc/cc_tools/freebsd-native.h
@@ -52,4 +52,7 @@
#define LIBGCC_SPEC \
"%{!shared: \
%{!pthread:libgcc.a%s} \
- %{pthread:libgcc_r.a%s}}"
+ %{pthread:libgcc_r.a%s}} \
+ %{shared: \
+ %{!pthread:libgcc_pic.a%s} \
+ %{pthread:libgcc_r_pic.a%s}}"
OpenPOWER on IntegriCloud