mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
7231b5a661
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 |
||
---|---|---|
.. | ||
alpha | ||
arm | ||
frv | ||
i386 | ||
ia64 | ||
rs6000 | ||
s390 | ||
sparc | ||
aoutos.h | ||
darwin-c.c | ||
darwin-crt2.c | ||
darwin-protos.h | ||
darwin.c | ||
darwin.h | ||
dbx.h | ||
dbxcoff.h | ||
dbxelf.h | ||
divmod.c | ||
elfos.h | ||
float-c4x.h | ||
float-i32.h | ||
float-i64.h | ||
float-i128.h | ||
float-i386.h | ||
float-m68k.h | ||
float-sh.h | ||
float-sparc.h | ||
float-vax.h | ||
fp-bit.c | ||
fp-bit.h | ||
freebsd3.h | ||
freebsd4.h | ||
freebsd5.h | ||
freebsd6.h | ||
freebsd-nthr.h | ||
freebsd-spec.h | ||
freebsd.h | ||
gnu.h | ||
gofast.h | ||
interix3.h | ||
interix.h | ||
libgcc-glibc.ver | ||
libgloss.h | ||
linux-aout.h | ||
linux.h | ||
lynx-ng.h | ||
lynx.h | ||
netbsd-aout.h | ||
netbsd-elf.h | ||
netbsd.h | ||
nextstep21.h | ||
nextstep-protos.h | ||
nextstep.c | ||
nextstep.h | ||
openbsd-oldgas.h | ||
openbsd.h | ||
psos.h | ||
ptx4.h | ||
README | ||
rtems.h | ||
sol2.h | ||
svr3.h | ||
svr4.h | ||
t-darwin | ||
t-freebsd | ||
t-freebsd-thread | ||
t-gnu | ||
t-install-cpp | ||
t-interix | ||
t-libc-ok | ||
t-libgcc-pic | ||
t-linux | ||
t-linux-aout | ||
t-linux-gnulibc1 | ||
t-netbsd | ||
t-openbsd | ||
t-openbsd-thread | ||
t-rtems | ||
t-slibgcc-elf-ver | ||
t-slibgcc-nolc-override | ||
t-slibgcc-sld | ||
t-svr4 | ||
tm-dwarf2.h | ||
udivmod.c | ||
udivmodsi4.c | ||
usegas.h | ||
x-interix |
This directory contains machine-specific files for the GNU C compiler. It has a subdirectory for each basic CPU type. The only files in this directory itself are some .h files that pertain to particular operating systems and are used for more than one CPU type.