mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
build: Map host CPU 'powerpc64le' to qemu-system-ppc64.
Make the corresponding change in libguestfs-test-tool as well. Thanks: Dan Horák
This commit is contained in:
@@ -394,7 +394,7 @@ set_qemu (guestfs_h *g, const char *path, int use_wrapper)
|
||||
" ;;\n"
|
||||
" arm*) qemu=\"$qemudir/$host_cpu-softmmu/qemu-system-arm\"\n"
|
||||
" ;;\n"
|
||||
" powerpc64|ppc64le)\n"
|
||||
" powerpc64|ppc64le|powerpc64le)\n"
|
||||
" qemu=\"$qemudir/$host_cpu-softmmu/qemu-system-ppc64\"\n"
|
||||
" ;;\n"
|
||||
" *) qemu=\"$qemudir/$host_cpu-softmmu/qemu-system-$host_cpu\"\n"
|
||||
|
||||
Reference in New Issue
Block a user