mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
Revert "Fix Sparc/Linux host breakage by df70204db5
"
This reverts commit 91b40c5be8
.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
240324f612
commit
50108930b8
2 changed files with 1 additions and 23 deletions
3
configure
vendored
3
configure
vendored
|
@ -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 \( \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue