Re: [Qemu-devel] [PATCH v2] configure: Deal with OpenBSD/i386 emulation linker

2017-11-23 Thread Peter Maydell
On 20 November 2017 at 13:46, Peter Maydell wrote: > On 7 November 2017 at 23:46, Brad Smith wrote: >> OpenBSD/i386 uses elf_i386_obsd for the emulation linker. >> >> Signed-off-by: Brad Smith >> >> >> diff --git a/configure

Re: [Qemu-devel] [PATCH v2] configure: Deal with OpenBSD/i386 emulation linker

2017-11-20 Thread Peter Maydell
On 7 November 2017 at 23:46, Brad Smith wrote: > OpenBSD/i386 uses elf_i386_obsd for the emulation linker. > > Signed-off-by: Brad Smith > > > diff --git a/configure b/configure > index dd73cce62f..c9dd747283 100755 > --- a/configure > +++ b/configure > @@

[Qemu-devel] [PATCH v2] configure: Deal with OpenBSD/i386 emulation linker

2017-11-07 Thread Brad Smith
OpenBSD/i386 uses elf_i386_obsd for the emulation linker. Signed-off-by: Brad Smith diff --git a/configure b/configure index dd73cce62f..c9dd747283 100755 --- a/configure +++ b/configure @@ -5159,9 +5159,9 @@ if test \( "$cpu" = "i386" -o "$cpu" = "x86_64" \) -a \