From 049e1cc8631b9a427f844cb47d168a072afeccfb Mon Sep 17 00:00:00 2001 From: deadwood Date: Sun, 9 Nov 2025 19:50:44 +0100 Subject: [PATCH] Use stdc.static to provide memset and memcpy in m68k build --- rom/hidds/input/mmakefile.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rom/hidds/input/mmakefile.src b/rom/hidds/input/mmakefile.src index a10ebd4af6..0ed8aa0dd5 100644 --- a/rom/hidds/input/mmakefile.src +++ b/rom/hidds/input/mmakefile.src @@ -19,6 +19,6 @@ USER_LDFLAGS := -noclibs %build_module mmake=kernel-hidd-input \ modname=inputclass modtype=hidd \ - files="$(FILES)" sdk=private usesdks="private" + files="$(FILES)" sdk=private usesdks="private" uselibs="stdc.static" %common