summaryrefslogtreecommitdiff
path: root/toolchain/eglibc
diff options
context:
space:
mode:
authorMirko Vogt <mirko@openwrt.org>2012-04-18 01:10:20 +0000
committerMirko Vogt <mirko@openwrt.org>2012-04-18 01:10:20 +0000
commit1352465f27c4c84e793c461614829e7c46e400ba (patch)
tree79d0798c42e93dcad523b320200f88337d610e8c /toolchain/eglibc
parent43695701ec0de21bacec83f8219336b9ab0dc3ab (diff)
downloadmtk-20170518-1352465f27c4c84e793c461614829e7c46e400ba.zip
mtk-20170518-1352465f27c4c84e793c461614829e7c46e400ba.tar.gz
mtk-20170518-1352465f27c4c84e793c461614829e7c46e400ba.tar.bz2
remove patch '100-do-not-use-implicit-rules.patch' for eglibc 2.12
Mentioned patch got obsoleted by commit 31300, since it went upstream meanwhile SVN-Revision: 31341
Diffstat (limited to 'toolchain/eglibc')
-rw-r--r--toolchain/eglibc/patches/2.12/100-do-not-use-implicit-rules.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/toolchain/eglibc/patches/2.12/100-do-not-use-implicit-rules.patch b/toolchain/eglibc/patches/2.12/100-do-not-use-implicit-rules.patch
deleted file mode 100644
index afff9e4..0000000
--- a/toolchain/eglibc/patches/2.12/100-do-not-use-implicit-rules.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/trunk/libc/manual/Makefile b/trunk/libc/manual/Makefile
-index 754bf12..40c83be 100644
---- a/libc/manual/Makefile
-+++ b/libc/manual/Makefile
-@@ -243,7 +243,10 @@ ifdef objpfx
- .PHONY: stubs
- stubs: $(objpfx)stubs
- endif
--$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
-+$(objpfx)stubs ../po/manual.pot:
-+ $(make-target-directory)
-+ touch $@
-+$(objpfx)stamp%:
- $(make-target-directory)
- touch $@
-