patches/uClibc/0.9.28.1/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.1/000-string-functions.patch	Sat Feb 24 11:00:05 2007 +0000
     1.3 @@ -0,0 +1,14 @@
     1.4 +Give preference to target-optimised functions over glibc's ones,
     1.5 +which in turn ahave precedence over generic ones.
     1.6 +
     1.7 +--- uClibc.orig/libc/Makefile	2005-07-20 08:10:44.000000000 +0200
     1.8 ++++ uclibc/libc/Makefile	2005-07-28 13:33:40.000000000 +0200
     1.9 +@@ -59,7 +59,7 @@
    1.10 + 	$(AR) dN 2 $(LIBNAME) $$objs && \
    1.11 + 	$(AR) dN 2 $(LIBNAME) $$objs
    1.12 + 	@for objfile in obj.signal \
    1.13 +-	                obj.string.generic obj.string.$(TARGET_ARCH) obj.string \
    1.14 ++	                obj.string obj.string.generic obj.string.$(TARGET_ARCH) \
    1.15 + 	                obj.sysdeps.common obj.sysdeps.$(TARGET_ARCH) ; do \
    1.16 + 		if [ -e $$objfile ] ; then \
    1.17 + 			echo $(AR) $(ARFLAGS) $(LIBNAME) $$objfile ; \