mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 12:28:58 +00:00
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:
parent
6e3793050f
commit
7472e09468
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=68528
@ -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}}"
|
||||
|
Loading…
Reference in New Issue
Block a user