From e2ec80efb27158e6a367238227ddca876054ae9e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 17 Dec 2003 07:57:32 +0000 Subject: Patch from Paul Mundt : The subject says it all.. optimized memset/memcpy/strcpy, lifted from SuperH's glibc tree. --- 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 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 \ -- cgit v1.2.3