selftests/nolibc: introduce QEMU_ARCH_USER
authorThomas Weißschuh <linux@weissschuh.net>
Wed, 15 Sep 2077 00:13:52 +0000 (02:13 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Mon, 11 Dec 2023 21:38:28 +0000 (22:38 +0100)
commitd7233e2b758b927695e63e078fe55abcc6ecd3a2
tree967c67d28be214abb369e0144cdd3e3d349edfb2
parent07f679b50252dc9e3d0c19aca5801f82c230c527
selftests/nolibc: introduce QEMU_ARCH_USER

While ppc64le shares the same executable with regular ppc64 the user
variant needs has a dedicated executable.
Introduce a new QEMU_ARCH_USER Makefile variable to accommodate that.

Fixes: 17362f3d0bd3 ("selftests/nolibc: use qemu-system-ppc64 for ppc64le")
Link: https://lore.kernel.org/r/20770915-nolibc-run-user-v1-1-3caec61726dc@weissschuh.net
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/testing/selftests/nolibc/Makefile