summaryrefslogtreecommitdiff
path: root/toolchain/uClibc/patches-0.9.28/300-let-optimized-stringops-override-default-ones.patch
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-04-24 02:07:24 +0000
committerNicolas Thill <nico@openwrt.org>2009-04-24 02:07:24 +0000
commit222f37cbde2e880148eecd7bee5f39bb2afa6159 (patch)
treea6c174b24a09175c2add6a0264a5d89a7f584a50 /toolchain/uClibc/patches-0.9.28/300-let-optimized-stringops-override-default-ones.patch
parent2783110a97a84c52b590221b637b3596d18dc013 (diff)
downloadmtk-20170518-222f37cbde2e880148eecd7bee5f39bb2afa6159.zip
mtk-20170518-222f37cbde2e880148eecd7bee5f39bb2afa6159.tar.gz
mtk-20170518-222f37cbde2e880148eecd7bee5f39bb2afa6159.tar.bz2
uClibc cleanup: - use full version string (0.9.30.1), instead of base (0.9.30) + extra (.1) - remove support for 0.9.28 and snapshots (building from SVN to be added later)
SVN-Revision: 15368
Diffstat (limited to 'toolchain/uClibc/patches-0.9.28/300-let-optimized-stringops-override-default-ones.patch')
-rw-r--r--toolchain/uClibc/patches-0.9.28/300-let-optimized-stringops-override-default-ones.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/toolchain/uClibc/patches-0.9.28/300-let-optimized-stringops-override-default-ones.patch b/toolchain/uClibc/patches-0.9.28/300-let-optimized-stringops-override-default-ones.patch
deleted file mode 100644
index a383a6e..0000000
--- a/toolchain/uClibc/patches-0.9.28/300-let-optimized-stringops-override-default-ones.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 7b2f125425cf777e7937b533217588e27952b87d Mon Sep 17 00:00:00 2001
-From: Haavard Skinnemoen <hskinnemoen@atmel.com>
-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
-