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 bootstrap/37915] bootstrap broken for cygwin



------- Comment #2 from mikpe at it dot uu dot se  2008-10-31 10:03 -------
(In reply to comment #1)

I rebuilt my toolchains with binutils-2.19 + three fixes and now
gcc-4.4-20081024 builds fine for me with --enable-languages=c,c++.

The three addon fixes in my binutils-2.19 are:
1. http://sourceware.org/ml/binutils-cvs/2008-10/msg00050.html
   Backport "pointers aren't long on Win64" fix from upstream.
2. http://sourceware.org/ml/binutils-cvs/2008-10/msg00112.html
   Backport "ld -r bug on Win64" (PR6945) fix from upstream.
3. Local multilib patches so i686-{cygwin,mingw32} binutils can process 64-bit 
  object files, and x86_64-mingw32 binutils can process 32-bit object files.


-- 


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


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