|
@@ -3290,7 +3290,12 @@ case "$target_arch2" in
|
|
if test "$xen" = "yes" -a "$target_softmmu" = "yes" ; then
|
|
if test "$xen" = "yes" -a "$target_softmmu" = "yes" ; then
|
|
target_phys_bits=64
|
|
target_phys_bits=64
|
|
echo "CONFIG_XEN=y" >> $config_target_mak
|
|
echo "CONFIG_XEN=y" >> $config_target_mak
|
|
|
|
+ else
|
|
|
|
+ echo "CONFIG_NO_XEN=y" >> $config_target_mak
|
|
fi
|
|
fi
|
|
|
|
+ ;;
|
|
|
|
+ *)
|
|
|
|
+ echo "CONFIG_NO_XEN=y" >> $config_target_mak
|
|
esac
|
|
esac
|
|
case "$target_arch2" in
|
|
case "$target_arch2" in
|
|
i386|x86_64|ppcemb|ppc|ppc64|s390x)
|
|
i386|x86_64|ppcemb|ppc|ppc64|s390x)
|