Re: [build, doc] Remove --enable-threads=solaris support

2011-04-19 Thread Rainer Orth
Hi Ralf, > Can't gcc/gthr-tpf.h go, too? What about gcc/gthr-nks.h? they are both used: config.gcc (s390x-ibm-tpf*) has thread_file='tpf', and i[3456x]86-*-netware* uses thread_file='nks'. I checked for references to the existing gthr-*.h files for the cleanup patch. Thanks. Rainer --

Re: [build, doc] Remove --enable-threads=solaris support

2011-04-18 Thread Ralf Wildenhues
Hi Rainer, * Rainer Orth wrote on Mon, Mar 21, 2011 at 12:55:23PM CET: > 2011-03-20 Rainer Orth > > gcc: > * gthr-solaris.h: Remove. > * gthr.h (_SOLARIS_THREADS): Don't include gthr-solaris.h, remove. > * config/sol2.h (CPP_SUBTARGET_SPEC): Remove -threads support. >

[build, doc] Remove --enable-threads=solaris support

2011-03-21 Thread Rainer Orth
We still have support for --enable-threads=solaris (the old Unix International thread library) in GCC. This is pretty pointless IMO: * Both libthread and libpthread are only two different interfaces to the same implementation. * Most of our runtime libraries don't support libthread at all. *