mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
ppc64le: configure: Look for qemu-system-ppc64 binary (RHBZ#1156449).
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user