configure: Enable build by default PIE / read-only relocation sections on OpenBSD...
authorBrad <brad@comstyle.com>
Tue, 29 Nov 2011 00:53:49 +0000 (19:53 -0500)
committerJustin M. Forbes <jforbes@redhat.com>
Tue, 10 Jan 2012 15:31:46 +0000 (09:31 -0600)
Enable build by default PIE / read-only relocation sections for the QEMU
binaries on OpenBSD amd64/i386.

Signed-off-by: Brad Smith <brad@comstyle.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
configure

index ac4840d..b113f60 100755 (executable)
--- 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"