diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-02-25 13:43:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-02-25 13:43:46 +0000 |
commit | 64da662a88aafb7f8a1637fa0e29118445e98252 (patch) | |
tree | c601855bdfed4512539d079ef062803f41cede21 /toolchain/glibc/patches/2.15/005-versions.patch | |
parent | 5be9e97a82e019f91fabf6b3e6998d07ecad81bc (diff) | |
download | upstream-64da662a88aafb7f8a1637fa0e29118445e98252.tar.gz upstream-64da662a88aafb7f8a1637fa0e29118445e98252.tar.bz2 upstream-64da662a88aafb7f8a1637fa0e29118445e98252.zip |
toolchain/glibc: remove obsolete versions
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48780
Diffstat (limited to 'toolchain/glibc/patches/2.15/005-versions.patch')
-rw-r--r-- | toolchain/glibc/patches/2.15/005-versions.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/toolchain/glibc/patches/2.15/005-versions.patch b/toolchain/glibc/patches/2.15/005-versions.patch deleted file mode 100644 index da9d2bacb5..0000000000 --- a/toolchain/glibc/patches/2.15/005-versions.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/libc/configure.in -+++ b/libc/configure.in -@@ -1037,7 +1037,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.]*\)], |