Re: [RFC PATCH 1/3] tools/nolibc: merge i386 and x86_64 into a single x86 arch
From: Willy Tarreau
Date: Sat Jun 21 2025 - 04:44:35 EST
On Sat, Jun 21, 2025 at 10:29:41AM +0200, Thomas Weißschuh wrote:
> On 2025-06-20 12:37:03+0200, Willy Tarreau wrote:
> > 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.
>
> We should do this in any case, independently from the series.
I agree, initially I made it part of the small improvements series but
I thought it was less important.
> Acked-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
Thanks!
Willy