Re: [Qemu-devel] [PATCH] Fix QEMU build on OpenBSD on x86 archs

2013-12-08 Thread Anthony Liguori
Please repost a proper v2. Regards, Anthony Liguori On Sun, Dec 8, 2013 at 7:28 PM, Brad Smith wrote: > On 27/11/13 6:15 PM, Brad Smith wrote: >> >> This resolves the build issue with building the ROMs on OpenBSD on x86 >> archs. >> As of OpenBSD 5.3 the compiler builds PIE binaries by default

Re: [Qemu-devel] [PATCH] Fix QEMU build on OpenBSD on x86 archs

2013-12-08 Thread Brad Smith
On 27/11/13 6:15 PM, Brad Smith wrote: This resolves the build issue with building the ROMs on OpenBSD on x86 archs. As of OpenBSD 5.3 the compiler builds PIE binaries by default and thus the whole OS/packages and so forth. The ROMs need to have PIE disabled. This is my initial attempt at trying

[Qemu-devel] [PATCH] Fix QEMU build on OpenBSD on x86 archs

2013-11-27 Thread Brad Smith
This resolves the build issue with building the ROMs on OpenBSD on x86 archs. As of OpenBSD 5.3 the compiler builds PIE binaries by default and thus the whole OS/packages and so forth. The ROMs need to have PIE disabled. This is my initial attempt at trying to get somehting upstream so that QEMU bo