diff options
author | Brad <brad@comstyle.com> | 2011-11-28 19:53:49 -0500 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-12-10 17:04:37 +0000 |
commit | f9db31a29e8ec43f73a9e948e980c569beef0136 (patch) | |
tree | 3801ffde957dda1d35fce8e4aba6912e43b6a012 /configure | |
parent | c580dee4e170adad1ebdf901d32f0e1ed7d125b9 (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>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |