mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
test-functions: also add qemu define for ppc64
This commit is contained in:
parent
5c7119f43e
commit
cf5f9bb840
@ -40,6 +40,9 @@ function find_qemu_bin() {
|
||||
# i386 version of QEMU
|
||||
[ "$QEMU_BIN" ] || QEMU_BIN=$(which -a qemu 2>/dev/null | grep '^/' -m1)
|
||||
;;
|
||||
ppc64*)
|
||||
[ "$QEMU_BIN" ] || QEMU_BIN=$(which -a qemu-system-$ARCH 2>/dev/null | grep '^/' -m1)
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ ! -e "$QEMU_BIN" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user