Re: [PATCH] tools/nolibc: use arm64 name over aarch64
From: Willy Tarreau
Date: Tue Jun 24 2025 - 02:15:05 EST
On Mon, Jun 23, 2025 at 11:48:34PM +0200, Thomas Weißschuh wrote:
> Nolibc generally uses the kernel's architecture names.
> aarch64 is the only exception.
>
> Remove the special case.
> Nothing changes for the users.
>
> Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
I have been hesitating to do the same as well but remained
undecided. The fact that you thought the same confirms that
it's better this way.
Acked-by: Willy Tarreau <w@xxxxxx>
Thanks!
Willy