This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: pthread related breakage (mainline)
- From: "Giovanni Bajo" <giovannibajo at libero dot it>
- To: "Paolo Carlini" <pcarlini at unitus dot it>
- Cc: <gcc at gcc dot gnu dot org>,"Gerald Pfeifer" <gp at suse dot de>,"Andreas Jaeger" <aj at suse dot de>
- Date: Mon, 8 Dec 2003 19:19:28 +0100
- Subject: Re: pthread related breakage (mainline)
Giovanni Bajo <giovannibajo@libero.it> wrote:
>> 2003-10-09 Nathanael Nerode <neroden@gcc.gnu.org>
>>
>> * config.gcc: Remove redundant thread_file setting clauses for
>> various *-*-linux* targets.
>
> I reverted this patch and I'm bootstrapping now. For reference, it's:
> http://gcc.gnu.org/ml/gcc-patches/2003-10/msg00715.html
> cvs diff -u -r 1.394 -r 1.395 config.gcc | patch -R
>
> Let's see if it helps.
Alas it doesn't. I also reverted this:
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.
and bootstrap is still broken. I'll try reverting also the third Paolo
suggested now.
Giovanni Bajo