patches/uClibc/0.9.28/000-string-functions.patch
changeset 747 d3e603e7c17c
parent 746 b150d6f590fc
child 748 61cd4eb6034d
     1.1 --- a/patches/uClibc/0.9.28/000-string-functions.patch	Mon Jul 28 21:08:01 2008 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,11 +0,0 @@
     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 ; \