From 3dfc679bb985d2070b0e645393d6e0f5fd4760e6 Mon Sep 17 00:00:00 2001 From: Ralph Hempel Date: Sun, 27 Jan 2008 17:59:20 +0000 Subject: add uClibc version 0.9.28.2, 0.9.28.3 and snapshots for development purpose (and already deployed evaluation boards) the version 0.9.29 is still the default version SVN-Revision: 10282 --- ...optimized-stringops-override-default-ones.patch | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 toolchain/uClibc/patches/0.9.28.2/300-let-optimized-stringops-override-default-ones.patch (limited to 'toolchain/uClibc/patches/0.9.28.2/300-let-optimized-stringops-override-default-ones.patch') diff --git a/toolchain/uClibc/patches/0.9.28.2/300-let-optimized-stringops-override-default-ones.patch b/toolchain/uClibc/patches/0.9.28.2/300-let-optimized-stringops-override-default-ones.patch new file mode 100644 index 0000000000..a383a6e62d --- /dev/null +++ b/toolchain/uClibc/patches/0.9.28.2/300-let-optimized-stringops-override-default-ones.patch @@ -0,0 +1,28 @@ +From 7b2f125425cf777e7937b533217588e27952b87d Mon Sep 17 00:00:00 2001 +From: Haavard Skinnemoen +Date: Mon, 7 Aug 2006 11:12:50 +0200 +Subject: [PATCH] Let optimized stringops override default ones + +The default, slow stringops must be archived _before_ the optimized +stringops if there is to be any point doing the optimizations in the +first place. +--- + libc/Makefile | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/libc/Makefile b/libc/Makefile +index 31e4bab..687eac5 100644 +--- a/libc/Makefile ++++ b/libc/Makefile +@@ -59,7 +59,7 @@ # will evaluate to no files :(. + $(AR) dN 2 $(LIBNAME) $$objs && \ + $(AR) dN 2 $(LIBNAME) $$objs + @for objfile in obj.signal \ +- obj.string.generic obj.string.$(TARGET_ARCH) obj.string \ ++ obj.string obj.string.generic obj.string.$(TARGET_ARCH) \ + obj.sysdeps.common obj.sysdeps.$(TARGET_ARCH) ; do \ + if [ -e $$objfile ] ; then \ + if [ "$(MAKE_IS_SILENT)" = "n" ] ; then \ +-- +1.4.1.1 + -- cgit v1.2.3