Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests/nolibc: use qemu-system-ppc64 for ppc64le

qemu-system-ppc64 can handle both big and little endian kernels.

While some setups, like Debian, provide a symlink to execute
qemu-system-ppc64 as qemu-system-ppc64le, others, like ArchLinux, do not.

So always use qemu-system-ppc64 directly.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Link: https://lore.kernel.org/lkml/20231008-nolibc-qemu-ppc64-v1-1-29e2326e0420@weissschuh.net/
Acked-by: Willy Tarreau <w@1wt.eu>

+1 -1
+1 -1
tools/testing/selftests/nolibc/Makefile
··· 82 82 QEMU_ARCH_mips = mipsel # works with malta_defconfig 83 83 QEMU_ARCH_ppc = ppc 84 84 QEMU_ARCH_ppc64 = ppc64 85 - QEMU_ARCH_ppc64le = ppc64le 85 + QEMU_ARCH_ppc64le = ppc64 86 86 QEMU_ARCH_riscv = riscv64 87 87 QEMU_ARCH_s390 = s390x 88 88 QEMU_ARCH_loongarch = loongarch64