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-Tag: qemu-xen-4.2.0~55 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=6d450bfbc862d0dab0e8da10ae15698612800726;p=qemu-upstream-4.2-testing.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 ac4840d45..b113f6093 100755 --- a/configure +++ b/configure @@ -1116,7 +1116,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"