mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
configure: Map powerpc64 -> ppc64.
This commit is contained in:
committed by
Richard W.M. Jones
parent
5de06a3571
commit
a550ecb5f1
@@ -760,6 +760,7 @@ qemu_system="$(
|
||||
$SED -e 's/-i@<:@456@:>@86/-i386/g' \
|
||||
-e 's/-arm.*/-arm/g' \
|
||||
-e 's/-amd64/-x86_64/g' \
|
||||
-e 's/-powerpc64/-ppc64/g' \
|
||||
-e 's/-ppc64le/-ppc64/g'
|
||||
)"
|
||||
default_qemu="qemu-kvm kvm $qemu_system qemu"
|
||||
|
||||
Reference in New Issue
Block a user