diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-11-20 15:23:03 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-11-20 15:23:03 +0000 |
commit | ee4435bcd6f94b7463cbd7e960e84ddf03965272 (patch) | |
tree | 4d8ab5b8d85897e3b0844ad26b804300e90a2d81 /libc/string/Makefile | |
parent | 72a8f4125ba443d28f9398a45ec5c4c9504c3e8f (diff) |
Add an initial set of arm optimized string functions. These
do seem to make noticable speed improvement...
-Erik
Diffstat (limited to 'libc/string/Makefile')
-rw-r--r-- | libc/string/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/Makefile b/libc/string/Makefile index 30637fa74..464a07e74 100644 --- a/libc/string/Makefile +++ b/libc/string/Makefile @@ -23,7 +23,7 @@ DIRS= ifeq ($(TARGET_ARCH),$(wildcard $(TARGET_ARCH))) DIRS = $(TARGET_ARCH) endif -ALL_SUBDIRS = i386 +ALL_SUBDIRS = i386 arm MSRC= wstring.c MOBJ= basename.o bcopy.o bzero.o dirname.o ffs.o memccpy.o memchr.o memcmp.o \ |