1
0
mirror of https://github.com/deadw00d/AROS.git synced 2026-03-16 22:08:37 +00:00

processor.resource needs some string functions when running on arm-linux.

This commit is contained in:
Johan Gill
2025-10-21 19:42:28 +02:00
parent 93329afd89
commit b9097f0a76

View File

@ -9,4 +9,4 @@ USER_LDFLAGS := -noclibs
%build_module mmake=kernel-processor modname=processor modtype=resource \
version=$(AROS_TARGET_PLATFORM) files="init getcpuinfo" \
archspecific=yes usesdks="private"
archspecific=yes uselibs="stdc.static" usesdks="private"