ppc64le: configure: Look for qemu-system-ppc64 binary (RHBZ#1156449).

This commit is contained in:
Richard W.M. Jones
2014-10-24 14:40:57 +01:00
parent 62c84c6a55
commit a61d190ed3

View File

@@ -734,7 +734,8 @@ qemu_system="$(
echo qemu-system-$host_cpu |
$SED -e 's/-i@<:@456@:>@86/-i386/g' \
-e 's/-arm.*/-arm/g' \
-e 's/-amd64/-x86_64/g'
-e 's/-amd64/-x86_64/g' \
-e 's/-ppc64le/-ppc64/g'
)"
default_qemu="qemu-kvm kvm $qemu_system qemu"
AC_ARG_WITH([qemu],