From ee4435bcd6f94b7463cbd7e960e84ddf03965272 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 20 Nov 2003 15:23:03 +0000 Subject: Add an initial set of arm optimized string functions. These do seem to make noticable speed improvement... -Erik --- libc/string/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/string/Makefile') 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 \ -- cgit v1.2.3