diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-12-17 07:57:32 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-12-17 07:57:32 +0000 |
commit | e2ec80efb27158e6a367238227ddca876054ae9e (patch) | |
tree | 5a44feeb563f8660e44526d18dbc8b62c37fa4f1 /libc/string/Makefile | |
parent | f3651e4e206598a4d39dbdab76d4c066ab646188 (diff) |
Patch from Paul Mundt <lethal@linux-sh.org>:
The subject says it all.. optimized memset/memcpy/strcpy, lifted from SuperH's
glibc tree.
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 464a07e74..2ec8a43be 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 +ALL_SUBDIRS = i386 arm sh64 MSRC= wstring.c MOBJ= basename.o bcopy.o bzero.o dirname.o ffs.o memccpy.o memchr.o memcmp.o \ |