mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
configure: map also amd64 as host_cpu to x86_64 qemu
This commit is contained in:
@@ -733,7 +733,8 @@ dnl back to basic 'qemu'. Allow the user to override it.
|
||||
qemu_system="$(
|
||||
echo qemu-system-$host_cpu |
|
||||
$SED -e 's/-i@<:@456@:>@86/-i386/g' \
|
||||
-e 's/-arm.*/-arm/g'
|
||||
-e 's/-arm.*/-arm/g' \
|
||||
-e 's/-amd64/-x86_64/g'
|
||||
)"
|
||||
default_qemu="qemu-kvm kvm $qemu_system qemu"
|
||||
AC_ARG_WITH([qemu],
|
||||
|
||||
Reference in New Issue
Block a user