Remove the -kthread option that matched [sort of] the LinuxThreads port.

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.
The directions for properly linking with LinuxThreads are given by that
port at install time.

Requested by:	jasone
This commit is contained in:
David E. O'Brien 2000-11-07 21:49:08 +00:00
parent cd594d0ec4
commit 7d6cccab42
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=68452

View file

@ -77,11 +77,12 @@ Boston, MA 02111-1307, USA. */
#define LIB_SPEC "\
%{!shared: \
%{!pg: \
%{!pthread:%{!kthread:-lc}%{kthread:-lpthread -lc}} \
%{!pthread:-lc} \
%{pthread:-lc_r}} \
%{pg: \
%{!pthread:%{!kthread:-lc_p}%{kthread:-lpthread_p -lc_p}} \
%{pthread:-lc_r_p}}}"
%{!pthread:-lc_p} \
%{pthread:-lc_r_p}} \
}"
/************************[ Target stuff ]***********************************/