selftests/nolibc: Support "x86_64" for arch name
authorWilly Tarreau <w@1wt.eu>
Sat, 21 Jan 2023 08:53:19 +0000 (09:53 +0100)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 24 Jan 2023 23:35:16 +0000 (15:35 -0800)
commitf9b06695ba64bca310ada3df05264273106c5184
treef8aa107c9f3d018c78cd6fadc5f351ca7eeb7864
parenta290296ab8326e04a9fefd698ca9367dc72c0a87
selftests/nolibc: Support "x86_64" for arch name

Building the kernel with ARCH=x86_64 works fine, but nolibc-test
only supports "x86", which causes errors when reusing existing build
environment.  Let's permit this environment to be used as well by making
nolibc also accept ARCH=x86_64.

Signed-off-by: Willy Tarreau <w@1wt.eu>
Tested-by: Ammar Faizi <ammarfaizi2@gnuweeb.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/nolibc/Makefile