ARM/libroot: fixup string functions

This commit is contained in:
Ithamar R. Adema
2012-11-22 00:00:15 +01:00
parent 0495c9313a
commit 8b33059d8c
2 changed files with 1 additions and 2 deletions
@@ -5,6 +5,6 @@ UsePrivateSystemHeaders ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) $(DOTDOT) generic ] ;
MergeObject posix_string_arch_$(TARGET_ARCH).o :
memcpy.c
arch_string.S
memset.c
;
@@ -5,7 +5,6 @@
#include <asm_defs.h>
//#warning M68K: optimize memcpy
#if 1
/* that should be enough for now */