OSDN Git Service

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)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 10 Dec 2011 17:04:37 +0000 (17:04 +0000)
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 5fbd812..ca2530c 100755 (executable)
--- 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"