aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad <brad@comstyle.com>2011-11-28 19:53:49 -0500
committerJustin M. Forbes <jforbes@redhat.com>2012-01-10 09:31:46 -0600
commit6d450bfbc862d0dab0e8da10ae15698612800726 (patch)
treebbf9798f96cf99c8db60fede0c6d47bd5cda7fe7
parentabf80f880410ebbdd01a289c41c87153802fe900 (diff)
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>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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"