freebsd-dev/contrib
John Polstra 747291735d Make the "-pthread" option work again, now that libc_r has to be
linked in addition to libc rather than instead of libc.

Ideally, "-pthread" would now be equivalent to adding "-lc_r" to the
end of the link command.  But it is slightly different in this
implementation.  Adding "-lc_r" to the link command would produce a
"ld" command line containing this:

    ... -lc_r /usr/lib/libgcc.a -lc /usr/lib/libgcc.a ...

but this implementation of the "-pthread" option produces this:

    ... /usr/lib/libgcc.a -lc_r -lc /usr/lib/libgcc.a ...

It would be possible to make them identical, but that doesn't fit
as nicely into GCC's way of doing things.  I don't think the ordering
change will make any difference in practice.
2001-01-25 18:57:13 +00:00
..
amd
awk
bc
bind
binutils
com_err
cpio
cvs
diff
file
gcc Make the "-pthread" option work again, now that libc_r has to be 2001-01-25 18:57:13 +00:00
gdb
gperf
groff Add entry for libcipher. 2001-01-24 14:26:06 +00:00
ipfilter
isc-dhcp
less
libf2c
libgmp
libio
libobjc
libpam
libpcap
libreadline
libstdc++
ncurses
ntp
nvi
opie
patch
perl5
pnpinfo
sendmail Update FreeBSD import README 2001-01-21 22:22:31 +00:00
tcp_wrappers
tcpdump
tcsh
telnet
texinfo
top
traceroute