Re: [PATCH] tools/nolibc: Add m68k support

From: Daniel Palmer
Date: Sat Apr 26 2025 - 02:17:03 EST


Hi Willy,

On Sat, 26 Apr 2025 at 14:14, Willy Tarreau <w@xxxxxx> wrote:
> Nice, thank you! Could you please also add support for it to
> tools/testing/selftests/nolibc/ and verify that it works ?

Sure, doing that now. For now it'll be using the mmu enabled m68k virt
machine that QEMU supports out of the box.

> 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.

I need to test actually building and running something for nommu but I
will do that later today.
Making nommu test automatically might be a bit difficult though as I
think it only really works with some changes I have to linux and QEMU.

Cheers,

Daniel