selftests/nolibc: use correct clang target for s390/systemz
authorThomas Weißschuh <linux@weissschuh.net>
Wed, 7 Aug 2024 21:51:50 +0000 (23:51 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Mon, 12 Aug 2024 20:22:16 +0000 (22:22 +0200)
commit8404af7e13eeef91d0e69b44214cbafc2767b7f2
tree2e26d1d05d9d887c52a07dec874c57a3479c7b19
parent801cf69ca03040a75ed73be263aa6f0fdcb8af5d
selftests/nolibc: use correct clang target for s390/systemz

The target names between GCC and clang differ for s390.
While GCC uses "s390", clang uses "systemz".
This mapping is not handled by tools/scripts/Makefile.include,
so do it in the nolibc-test Makefile.

Acked-by: Willy Tarreau <w@1wt.eu>
Reviewed-by: Shuah Khan <skhan@linuxfoundation.org>
Link: https://lore.kernel.org/r/20240807-nolibc-llvm-v2-14-c20f2f5fc7c2@weissschuh.net
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/testing/selftests/nolibc/Makefile