[uClibc-cvs] uClibc/libc/string Makefile,1.60,1.61
Erik Andersen
andersen at uclibc.org
Fri May 14 10:29:47 UTC 2004
Update of /var/cvs/uClibc/libc/string
In directory nail:/tmp/cvs-serv21725/libc/string
Modified Files:
Makefile
Log Message:
Alexandre Oliva writes:
This patch introduces optimized versions of memcpy and memset for
frv.
Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/string/Makefile,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- a/Makefile 27 Jan 2004 07:36:18 -0000 1.60
+++ b/Makefile 14 May 2004 10:29:44 -0000 1.61
@@ -23,7 +23,7 @@
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 \
More information about the uClibc-cvs
mailing list