diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-01-06 06:16:31 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-01-06 06:16:31 +0000 |
| commit | 3f6014e672836eb14364a252129c5affe2f7020c (patch) | |
| tree | e9870f2b5525300a8afad2d727919c91c9af3ca8 /gnu/usr.bin/cc | |
| parent | cad1dd7bb48ce31f7da38885f47db0af6cae5bc5 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc')
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/freebsd-native.h | 10 |
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}}" |
