Re: [PATCH] build: -no-pie is no functional linker flag

2020-12-14 Thread Paolo Bonzini
On 14/12/20 16:09, Christian Ehrhardt wrote: Recent binutils changes dropping unsupported options [1] caused a build issue in regard to the optionroms. ld -m elf_i386 -T /<>/pc-bios/optionrom//flat.lds -no-pie \ -s -o multiboot.img multiboot.o ld.bfd: Error: unable to disambiguate:

[PATCH] build: -no-pie is no functional linker flag

2020-12-14 Thread Christian Ehrhardt
Recent binutils changes dropping unsupported options [1] caused a build issue in regard to the optionroms. ld -m elf_i386 -T /<>/pc-bios/optionrom//flat.lds -no-pie \ -s -o multiboot.img multiboot.o ld.bfd: Error: unable to disambiguate: -no-pie (did you mean --no-pie ?) This isn't