diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-05-14 10:29:45 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-05-14 10:29:45 +0000 |
commit | 2baa0cccce48cc0c2fffcb0a6191dc383aceec72 (patch) | |
tree | 13a913121b861f10bd813b3259f9bbc524871508 /libc/string/Makefile | |
parent | f98d73a77145e0d56ae08c910ed4e9964fd28cff (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/Makefile | 2 |
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 \ |