summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pcireg.h
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2003-09-03 15:44:34 +0000
committerdeischen <deischen@FreeBSD.org>2003-09-03 15:44:34 +0000
commit6a3d4cfc63b463ccab2e4e78c0f432e6d62219ed (patch)
tree0dd747d8e81dc40de24dbd99eb68fdca65272f4e /sys/dev/pci/pcireg.h
parentd5c4ef5547dcaf9a4533862700c38b7ea4313cff (diff)
downloadFreeBSD-src-6a3d4cfc63b463ccab2e4e78c0f432e6d62219ed.zip
FreeBSD-src-6a3d4cfc63b463ccab2e4e78c0f432e6d62219ed.tar.gz
Remove the -pthread option (in FreeBSD versions 500016 and greater) as
threatened over 2 years ago. Why? -pthread was a hack to prevent linking to both libc and libc_r and became unecessary when libc_r became free of libc. Now that we have multiple thread libraries from which to choose, it is more confusing because you can't link to more than one threads library at a time. Things like autoconf and libtool sometimes detect -pthread and also -lc_r, and in conjunction with ports usage of ${PTHREAD_LIBS}, really wacky things ensue when PTHREAD_LIBS is set to another threads library. This might not be so bad if the build broke when this happens, but it doesn't and you don't know it until funny things happen when you run the application (or use an affected library). Reviewed by: obrien
Diffstat (limited to 'sys/dev/pci/pcireg.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud