From: Brad Date: Tue, 29 Nov 2011 00:53:49 +0000 (-0500) Subject: configure: Enable build by default PIE / read-only relocation sections on OpenBSD... X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f9db31a29e8ec43f73a9e948e980c569beef0136;p=qemu.git configure: Enable build by default PIE / read-only relocation sections on OpenBSD amd64/i386. Enable build by default PIE / read-only relocation sections for the QEMU binaries on OpenBSD amd64/i386. Signed-off-by: Brad Smith Signed-off-by: Blue Swirl --- diff --git a/configure b/configure index 5fbd81285f..ca2530c23c 100755 --- a/configure +++ b/configure @@ -1111,7 +1111,7 @@ fi if test "$pie" = ""; then case "$cpu-$targetos" in - i386-Linux|x86_64-Linux) + i386-Linux|x86_64-Linux|i386-OpenBSD|x86_64-OpenBSD) ;; *) pie="no"