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:
Richard W.M. Jones
2014-12-02 09:50:02 +00:00
parent a21ab21b1a
commit de0b7c4e66
2 changed files with 2 additions and 2 deletions

View File

@@ -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"