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

kunzjacq at yahoo dot fr gcc-bugzilla@gcc.gnu.org
Tue Sep 16 07:43:00 GMT 2008



------- Comment #3 from kunzjacq at yahoo dot fr  2008-09-16 07:41 -------
(In reply to comment #2)
> Aaron has suggested the correct patch here:
> http://gcc.gnu.org/ml/gcc/2008-09/msg00271.html
> 
> I will apply it as soon as I've finished with testsuite.
> Danny
> 

I think it only fixes the first problem, not the second one with gthr-win32.o.
Btw, another way to fix (cleanly I think) this first problem is to exchange
t-cygwin and t-cygming in gcc/config.gcc

--- gcc/config.gcc.old  Tue Sep 16 09:38:35 2008
+++ gcc/Seb/Desktop/config.gcc  Tue Sep 16 09:37:41 2008
@@ -1254,7 +1254,7 @@
 i[34567]86-*-pe | i[34567]86-*-cygwin*)
        tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h
i386/cygming.h i386/cygwin.h"
        xm_file=i386/xm-cygwin.h
-       tmake_file="${tmake_file} i386/t-cygwin i386/t-cygming"
+       tmake_file="${tmake_file} i386/t-cygming i386/t-cygwin"
        target_gtfiles="\$(srcdir)/config/i386/winnt.c"
        extra_options="${extra_options} i386/cygming.opt"
        extra_objs="winnt.o winnt-stubs.o"


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37528



More information about the Gcc-bugs mailing list