aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-01-06 06:16:31 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-01-06 06:16:31 +0000
commit3f6014e672836eb14364a252129c5affe2f7020c (patch)
treee9870f2b5525300a8afad2d727919c91c9af3ca8 /gnu/usr.bin/cc
parentcad1dd7bb48ce31f7da38885f47db0af6cae5bc5 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/cc')
-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 6fd158c392f6..fd04a683ba20 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}}"