diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-02-24 15:35:10 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-02-24 15:35:10 +0000 |
commit | f3087c7e4e0605b448dc2124f1e920506fa1a1ad (patch) | |
tree | ae870fe25cfd533b12273512371d59e8976a83f6 /toolchain/eglibc/patches/2.17/005-versions.patch | |
parent | f354297fa968aabf92f1e95364bb86a0fbc03c75 (diff) | |
download | upstream-f3087c7e4e0605b448dc2124f1e920506fa1a1ad.tar.gz upstream-f3087c7e4e0605b448dc2124f1e920506fa1a1ad.tar.bz2 upstream-f3087c7e4e0605b448dc2124f1e920506fa1a1ad.zip |
eglibc: remove versions 2.16 and 2.17 - they are unmaintained
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39743
Diffstat (limited to 'toolchain/eglibc/patches/2.17/005-versions.patch')
-rw-r--r-- | toolchain/eglibc/patches/2.17/005-versions.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/toolchain/eglibc/patches/2.17/005-versions.patch b/toolchain/eglibc/patches/2.17/005-versions.patch deleted file mode 100644 index c164187d33..0000000000 --- a/toolchain/eglibc/patches/2.17/005-versions.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/libc/configure.in -+++ b/libc/configure.in -@@ -958,7 +958,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.]*\)], |