Re: [Qemu-devel] [PATCH 1/2] configure: Improve usermode relocation linker option probe

2016-06-18 Thread Stefan Weil
Am 19.06.2016 um 00:05 schrieb Peter Maydell: > From: Peter Maydell > > The probe we do to determine what flags to use to make the usermode > executables use a non-default text address has some flaws: > * we run it even if we're not building the user binaries > * we

[Qemu-devel] [PATCH 1/2] configure: Improve usermode relocation linker option probe

2016-06-18 Thread Peter Maydell
From: Peter Maydell The probe we do to determine what flags to use to make the usermode executables use a non-default text address has some flaws: * we run it even if we're not building the user binaries * we don't expect "ld --verbose" to fail The combination of