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
This commit is contained in:
obrien 2000-11-09 15:50:22 +00:00
parent bf6042412c
commit 94492704ff

View File

@ -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}}"