aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-11-10 16:54:45 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-11-10 16:54:45 +0000
commita5f3753fed6fc9fbf98eac236ad4cc7756625072 (patch)
tree4ab2ed0d19b904b88d60c71e682097622b38f886 /gnu
parentb2a80a67da59505ea802ba7bce25cfde3f327cb9 (diff)
Notes
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 ac5c6815e826e..6fd158c392f67 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}}"