patches/uClibc/0.9.28/000-string-functions.patch
changeset 1 eeea35fbf182
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/uClibc/0.9.28/000-string-functions.patch	Sat Feb 24 11:00:05 2007 +0000
     1.3 @@ -0,0 +1,11 @@
     1.4 +--- uClibc.orig/libc/Makefile	2005-07-20 08:10:44.000000000 +0200
     1.5 ++++ uclibc/libc/Makefile	2005-07-28 13:33:40.000000000 +0200
     1.6 +@@ -59,7 +59,7 @@
     1.7 + 	$(AR) dN 2 $(LIBNAME) $$objs && \
     1.8 + 	$(AR) dN 2 $(LIBNAME) $$objs
     1.9 + 	@for objfile in obj.signal \
    1.10 +-	                obj.string.generic obj.string.$(TARGET_ARCH) obj.string \
    1.11 ++	                obj.string obj.string.generic obj.string.$(TARGET_ARCH) \
    1.12 + 	                obj.sysdeps.common obj.sysdeps.$(TARGET_ARCH) ; do \
    1.13 + 		if [ -e $$objfile ] ; then \
    1.14 + 			echo $(AR) $(ARFLAGS) $(LIBNAME) $$objfile ; \