mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-05-05 01:12:18 +00:00
more cleanup qemu/configure
This commit is contained in:
parent
f2691b0107
commit
86e5d29b74
11
qemu/configure
vendored
11
qemu/configure
vendored
|
@ -1262,8 +1262,7 @@ case "$target_name" in
|
||||||
target_bigendian=yes
|
target_bigendian=yes
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
target_softmmu="no"
|
target_softmmu="yes"
|
||||||
target_user_only="no"
|
|
||||||
case "$target" in
|
case "$target" in
|
||||||
${target_name}-softmmu)
|
${target_name}-softmmu)
|
||||||
target_softmmu="yes"
|
target_softmmu="yes"
|
||||||
|
@ -1408,14 +1407,6 @@ fi
|
||||||
if test "$target_softmmu" = "yes" ; then
|
if test "$target_softmmu" = "yes" ; then
|
||||||
echo "CONFIG_SOFTMMU=y" >> $config_target_mak
|
echo "CONFIG_SOFTMMU=y" >> $config_target_mak
|
||||||
fi
|
fi
|
||||||
if test "$target_user_only" = "yes" ; then
|
|
||||||
echo "CONFIG_USER_ONLY=y" >> $config_target_mak
|
|
||||||
echo "CONFIG_QEMU_INTERP_PREFIX=\"$interp_prefix1\"" >> $config_target_mak
|
|
||||||
fi
|
|
||||||
list=""
|
|
||||||
if test "$target_user_only" = "yes" -a "$bflt" = "yes"; then
|
|
||||||
echo "TARGET_HAS_BFLT=y" >> $config_target_mak
|
|
||||||
fi
|
|
||||||
|
|
||||||
# generate QEMU_CFLAGS/LDFLAGS for targets
|
# generate QEMU_CFLAGS/LDFLAGS for targets
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue