https://sourceware.org/bugzilla/show_bug.cgi?id=31277
Andreas Krebbel <krebbel at linux dot ibm.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |krebbel at linux dot ibm.com --- Comment #2 from Andreas Krebbel <krebbel at linux dot ibm.com> --- I've tried various combinations of compiler versions (including current master) and binutils levels but it looks like it is working for me. Regardless of whether I configure binutils with --enable-targets=x86_64-linux-gnu or --enable-targets=i686-linux-gnu in all cases I get support for 32 and 64 bit x86 architectures in binutils: ./ld: supported targets: elf64-s390 elf32-s390 elf64-little elf64-big elf32-little elf32-big elf64-x86-64 elf32-i386 elf32-iamcu elf32-x86-64 pei-i386 pe-x86-64 pei-x86-64 srec symbolsrec verilog tekhex binary ihex plugin trad-core I haven't tried to build a cross GCC with that yet, but I'll give that a try as well. Could you please provide the configure lines of GCC and Binutils you were using in the failing case? -- You are receiving this mail because: You are on the CC list for the bug.