configure: map also amd64 as host_cpu to x86_64 qemu

This commit is contained in:
Pino Toscano
2014-10-22 19:23:18 +02:00
parent 7fcac5f59f
commit 46f9dd5290

View File

@@ -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],