Re: [PATCH] tools/nolibc: make the "headers" target install all supported archs
From: Thomas Weißschuh
Date: Sun Nov 02 2025 - 09:39:51 EST
On 2025-11-02 15:10:45+0100, Willy Tarreau wrote:
> The efforts we go through by installing a single arch are counter
> productive when the base directory already supports them all, and
> the arch-specific files are really small. Let's make the "headers"
> target simply install headers for all supported archs and stop
> trying to build a hybrid "arch.h" file on the fly, to instead keep
> the generic one. Now the same nolibc headers installation will be
> usable with any arch-specific uapi installation.
>
> Signed-off-by: Willy Tarreau <w@xxxxxx>
I like it! Applied.