tools/nolibc: merge i386 and x86_64 into a single x86 arch
authorWilly Tarreau <w@1wt.eu>
Wed, 18 Jun 2025 18:30:30 +0000 (20:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 22 Jun 2025 07:16:07 +0000 (09:16 +0200)
commitcc6dc5fbecfdf2de3ec02c15754d3fd4879e32ff
tree3994153004ac120e14a00d1d97050225cee971f1
parenta477629baa2a0e9991f640af418e8c973a1c08e3
tools/nolibc: merge i386 and x86_64 into a single x86 arch

This remained the only exception to the kernel's architectures
organization and it's always a bit cumbersome to deal with. Let's merge
i386 and x86_64 into x86. This will result in a single arch-x86.h file
by default, and we'll no longer need to merge the two manually during
installation. Requesting either i386 or x86_64 will also result in
installing x86.

Acked-by: Thomas Weißschuh <linux@weissschuh.net>
Signed-off-by: Willy Tarreau <w@1wt.eu>
tools/include/nolibc/Makefile
tools/include/nolibc/arch-i386.h [deleted file]
tools/include/nolibc/arch-x86.h [new file with mode: 0644]
tools/include/nolibc/arch-x86_64.h [deleted file]
tools/include/nolibc/arch.h