diff options
author | Blue Swirl | 2009-09-13 21:38:48 +0200 |
---|---|---|
committer | Blue Swirl | 2009-09-13 21:38:48 +0200 |
commit | 50108930b81ceeac9dd1c4061f0c9e401e1351a2 (patch) | |
tree | 19604b668bc97791457d7e1e84a034cc8199a76b /configure | |
parent | Fix sparc.ld (diff) | |
download | qemu-50108930b81ceeac9dd1c4061f0c9e401e1351a2.tar.gz qemu-50108930b81ceeac9dd1c4061f0c9e401e1351a2.tar.xz qemu-50108930b81ceeac9dd1c4061f0c9e401e1351a2.zip |
Revert "Fix Sparc/Linux host breakage by df70204db53e3611af986f434e74a882bce190ca"
This reverts commit 91b40c5be84a478e98c0416325844a7f66d0efae.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2364,10 +2364,9 @@ if test "$target_softmmu" = "yes" ; then fi if test "$target_user_only" = "yes" -a "$static" = "no" -a \ - "$user_pie" = "yes" ; then + "$user_pie" = "yes" ; then cflags="-fpie $cflags" ldflags="-pie $ldflags" - echo "CONFIG_USER_PIE=y" >> $config_mak fi if test "$target_softmmu" = "yes" -a \( \ |