This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: pthread related breakage (mainline)
Giovanni Bajo wrote:
No, I don't think it's recent.
In that case, let's double check these commits:
2003-10-09 Nathanael Nerode <neroden@gcc.gnu.org>
* config.gcc: Remove redundant thread_file setting clauses for
various *-*-linux* targets.
2003-10-08 Nathanael Nerode <neroden@gcc.gnu.org>
* config.gcc: Don't accept --enable-threads=pthreads. Clean
up related case statements.
* configure.in: Don't accept --enable-threads=pthreads,
decosf1, mach, or os2 (none of which work anyway). Alphabetize
supported thread files in case clause.
* configure: Regenerate.
2003-10-07 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.in: Add more comments separating large conceptually
separate sections.
* configure.in: Clean up thread file logic.
* configure: Regenerate.
Paolo.