summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBrad <brad@comstyle.com>2011-11-28 19:53:49 -0500
committerBlue Swirl <blauwirbel@gmail.com>2011-12-10 17:04:37 +0000
commitf9db31a29e8ec43f73a9e948e980c569beef0136 (patch)
tree3801ffde957dda1d35fce8e4aba6912e43b6a012 /configure
parentc580dee4e170adad1ebdf901d32f0e1ed7d125b9 (diff)
downloadqemu-f9db31a29e8ec43f73a9e948e980c569beef0136.tar.gz
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 <brad@comstyle.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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"