configure: place compatibility symlinks in target directories
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
64ed6f92ff
commit
2898503c03
3
configure
vendored
3
configure
vendored
@ -8219,6 +8219,9 @@ fi
|
|||||||
if test "$target_user_only" = "yes" ; then
|
if test "$target_user_only" = "yes" ; then
|
||||||
echo "CONFIG_USER_ONLY=y" >> $config_target_mak
|
echo "CONFIG_USER_ONLY=y" >> $config_target_mak
|
||||||
echo "CONFIG_QEMU_INTERP_PREFIX=\"$interp_prefix1\"" >> $config_target_mak
|
echo "CONFIG_QEMU_INTERP_PREFIX=\"$interp_prefix1\"" >> $config_target_mak
|
||||||
|
symlink "../qemu-$target_name" "$target_dir/qemu-$target_name"
|
||||||
|
else
|
||||||
|
symlink "../qemu-system-$target_name" "$target_dir/qemu-system-$target_name"
|
||||||
fi
|
fi
|
||||||
if test "$target_linux_user" = "yes" ; then
|
if test "$target_linux_user" = "yes" ; then
|
||||||
echo "CONFIG_LINUX_USER=y" >> $config_target_mak
|
echo "CONFIG_LINUX_USER=y" >> $config_target_mak
|
||||||
|
Loading…
Reference in New Issue
Block a user