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:
David E. O'Brien 2000-11-09 15:50:22 +00:00
parent 6e3793050f
commit 7472e09468
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=68528

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