summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-01-06 06:16:31 +0000
committerobrien <obrien@FreeBSD.org>2001-01-06 06:16:31 +0000
commit9ecd859376ab3bec2331158e58d250fb62910430 (patch)
tree966ba0f8d5c8bae60e363d5ac757b997bd3a33d7 /gnu/usr.bin
parent7de31c3e1c7d8c876eb8490a93e2583b1554600a (diff)
downloadFreeBSD-src-9ecd859376ab3bec2331158e58d250fb62910430.zip
FreeBSD-src-9ecd859376ab3bec2331158e58d250fb62910430.tar.gz
Use a unified libgcc rather than a seperate one for threaded and
non-threaded programs. This provides threaded programs with the needed exception frame symbols. parts submitted by: Max Khon <fjoe@iclub.nsu.ru> PR: 23252
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/cc/cc_tools/freebsd-native.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/freebsd-native.h b/gnu/usr.bin/cc/cc_tools/freebsd-native.h
index 6fd158c..fd04a68 100644
--- a/gnu/usr.bin/cc/cc_tools/freebsd-native.h
+++ b/gnu/usr.bin/cc/cc_tools/freebsd-native.h
@@ -46,13 +46,3 @@
/* FreeBSD is 4.4BSD derived */
#define bsd4_4
-
-/* Tell gcc to locate libgcc.a for us according to the -m rules. */
-#undef LIBGCC_SPEC
-#define LIBGCC_SPEC \
- "%{!shared: \
- %{!pthread:libgcc.a%s} \
- %{pthread:libgcc_r.a%s}} \
- %{shared: \
- %{!pthread:libgcc_pic.a%s} \
- %{pthread:libgcc_r_pic.a%s}}"
OpenPOWER on IntegriCloud