aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/eglibc/patches/2.16/005-versions.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-02-24 15:35:10 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-02-24 15:35:10 +0000
commit21199ede760795d1337c5054bda13598d36f237f (patch)
treeca9bfa2a8bca1fd21f6001111af30a0eac5b3996 /toolchain/eglibc/patches/2.16/005-versions.patch
parentc65ae46030bcb0af46af9a59379b1baf7d458adc (diff)
downloadupstream-21199ede760795d1337c5054bda13598d36f237f.tar.gz
upstream-21199ede760795d1337c5054bda13598d36f237f.tar.bz2
upstream-21199ede760795d1337c5054bda13598d36f237f.zip
eglibc: remove versions 2.16 and 2.17 - they are unmaintained
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39743 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/eglibc/patches/2.16/005-versions.patch')
-rw-r--r--toolchain/eglibc/patches/2.16/005-versions.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/toolchain/eglibc/patches/2.16/005-versions.patch b/toolchain/eglibc/patches/2.16/005-versions.patch
deleted file mode 100644
index 98b1b929c4..0000000000
--- a/toolchain/eglibc/patches/2.16/005-versions.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/libc/configure.in
-+++ b/libc/configure.in
-@@ -968,7 +968,7 @@
- critic_missing="$critic_missing gcc")
- AC_CHECK_PROG_VER(MAKE, gnumake gmake make, --version,
- [GNU Make[^0-9]*\([0-9][0-9.]*\)],
-- [3.79* | 3.[89]*], critic_missing="$critic_missing make")
-+ [3.79* | 3.[89]* | 4.* ], critic_missing="$critic_missing make")
-
- AC_CHECK_PROG_VER(MSGFMT, gnumsgfmt gmsgfmt msgfmt, --version,
- [GNU gettext.* \([0-9]*\.[0-9.]*\)],