[Bug target/37528] boostrap failure due to configure problems
brian at dessent dot net
gcc-bugzilla@gcc.gnu.org
Tue Sep 16 04:24:00 GMT 2008
------- Comment #1 from brian at dessent dot net 2008-09-16 04:23 -------
Subject: Re: New: boostrap failure due to configure
problems
This seems like the wrong fix. It should not try to add gthr-win32.o to
libgcc at all (gthr-win32.c should not even be compiled, as you found)
on Cygwin because Cygwin uses the posix thread model not the win32 one,
so it should add gthr-posix.o or whatever it's named.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37528
More information about the Gcc-bugs
mailing list