summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-11-09 15:50:22 +0000
committerobrien <obrien@FreeBSD.org>2000-11-09 15:50:22 +0000
commit1fb63986e9cc4ecf9aeabc6a6be0e530384dd78c (patch)
tree98d4248622cb14b804c610fbf80a857d03cd158b
parenta7b79f313ac2b2d8e8f2ad0e4994c2dda15475e4 (diff)
downloadFreeBSD-src-1fb63986e9cc4ecf9aeabc6a6be0e530384dd78c.zip
FreeBSD-src-1fb63986e9cc4ecf9aeabc6a6be0e530384dd78c.tar.gz
Found remaining -kthread option that [sort of] supported using the
LinuxThreads port. Dike it out as it was removed from freebsd.h on 19-July-2000 as this option depended on bits not part of the base system and required people to install the LinuxThreads port in a manner non-consistent with the workings of our Ports Collection. Requested by: jasone
-rw-r--r--gnu/usr.bin/cc/cc_tools/freebsd-native.h4
1 files changed, 3 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 2a91100..ac5c681 100644
--- a/gnu/usr.bin/cc/cc_tools/freebsd-native.h
+++ b/gnu/usr.bin/cc/cc_tools/freebsd-native.h
@@ -50,4 +50,6 @@
/* Tell gcc to locate libgcc.a for us according to the -m rules. */
#undef LIBGCC_SPEC
#define LIBGCC_SPEC \
- "%{!shared:%{!pthread:%{!kthread:libgcc.a%s}}%{pthread|kthread:libgcc_r.a%s}}"
+ "%{!shared: \
+ %{!pthread:libgcc.a%s} \
+ %{pthread:libgcc_r.a%s}}"
OpenPOWER on IntegriCloud