mirror of
https://github.com/deadw00d/AROS.git
synced 2025-11-19 08:11:43 +00:00
Use stdc.static to provide memset and memcpy in m68k build
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user