| commit | f9b06695ba64bca310ada3df05264273106c5184 | [log] [tgz] |
|---|---|---|
| author | Willy Tarreau <w@1wt.eu> | Sat Jan 21 09:53:19 2023 +0100 |
| committer | Paul E. McKenney <paulmck@kernel.org> | Tue Jan 24 15:35:16 2023 -0800 |
| tree | f8aa107c9f3d018c78cd6fadc5f351ca7eeb7864 | |
| parent | a290296ab8326e04a9fefd698ca9367dc72c0a87 [diff] |
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>