This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/37528] boostrap failure due to configure problems



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]