Re: [PATCH] tools/nolibc: Add m68k support
From: Willy Tarreau
Date: Sat Apr 26 2025 - 01:14:47 EST
Hi Daniel,
On Sat, Apr 26, 2025 at 01:12:12PM +0900, Daniel Palmer wrote:
> From: Daniel Palmer <daniel@xxxxxxxxx>
>
> Add nolibc support for m68k. Should be helpful for nommu where
> linking libc can bloat even hello world to the point where you get
> an OOM just trying to load it.
Nice, thank you! Could you please also add support for it to
tools/testing/selftests/nolibc/ and verify that it works ? We
heavily rely on it to make sure we don't break nolibc along
changes. You may possible have to add a few ifndef, as I don't
think we've ever had a nommu platform yet. If you face too many
failures or just difficulties, please let us know so that we can
figure together a suitable solution.
Thanks,
Willy