]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tools/nolibc: Add m68k support
authorDaniel Palmer <daniel@0x0f.com>
Sat, 26 Apr 2025 22:47:38 +0000 (07:47 +0900)
committerThomas Weißschuh <linux@weissschuh.net>
Wed, 21 May 2025 13:31:54 +0000 (15:31 +0200)
commit66a4f9bb1e895aa64f0e786f4cd9864929242e4f
tree2d406f51eda0ef2d67de3a0bb8e55bd1020e0b25
parent443c6467fcd65d10506b473cc6b187f95bcb2b22
tools/nolibc: Add m68k support

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.

Signed-off-by: Daniel Palmer <daniel@thingy.jp>
Link: https://lore.kernel.org/r/20250426224738.284874-1-daniel@0x0f.com
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/include/nolibc/arch-m68k.h [new file with mode: 0644]
tools/include/nolibc/arch.h
tools/testing/selftests/nolibc/Makefile
tools/testing/selftests/nolibc/run-tests.sh