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:
parent
fc69b6ff5c
commit
4b7105175f
@ -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 ]***********************************/
|
||||
|
Loading…
Reference in New Issue
Block a user