summaryrefslogtreecommitdiff
path: root/libc/string/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-05-14 10:29:45 +0000
committerEric Andersen <andersen@codepoet.org>2004-05-14 10:29:45 +0000
commit2baa0cccce48cc0c2fffcb0a6191dc383aceec72 (patch)
tree13a913121b861f10bd813b3259f9bbc524871508 /libc/string/Makefile
parentf98d73a77145e0d56ae08c910ed4e9964fd28cff (diff)
Alexandre Oliva writes:
This patch introduces optimized versions of memcpy and memset for frv.
Diffstat (limited to 'libc/string/Makefile')
-rw-r--r--libc/string/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/Makefile b/libc/string/Makefile
index 19c62b32d..37a57cc26 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 arm sh64 powerpc
+ALL_SUBDIRS = arm frv i386 sh64 powerpc
MSRC= wstring.c
MOBJ= basename.o bcopy.o bzero.o dirname.o ffs.o memccpy.o memchr.o memcmp.o \