[Bug bootstrap/78984] [4.9 regression] bootstrap fails while creating 32-bit libgcc on 64-bit x86_64-linux

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jan 4 08:56:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78984

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Not a bug. You are trying to use a 64bit ld with a ld plugin that is just
compiled as 32bit. You need to use the 32bit ld here too. Try using a chroot
env rather than the hack you are doing.


More information about the Gcc-bugs mailing list