https://sourceware.org/bugzilla/show_bug.cgi?id=19197

--- Comment #2 from Markus Trippelsdorf <markus at trippelsdorf dot de> ---
markus@x4 linux % cat foo.c
void foo () {};

markus@x4 linux % cat setup.ld
OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
OUTPUT_ARCH(i386)

markus@x4 linux % ld.bfd -m elf_x86_64 -T setup.ld foo.o
markus@x4 linux % ld.gold -m elf_x86_64 -T setup.ld foo.o
ld: error: input file is incompatible with elf_x86_64 output emulation

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to