aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/glibc/Config.version
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2016-02-17 08:44:49 +0000
committerJo-Philipp Wich <jow@openwrt.org>2016-02-17 08:44:49 +0000
commit0324831e9e5a361ef570a9b022ee2c1f5e508c6a (patch)
tree4632c7de24b5d08d018409fe3437df1f1cdfccfe /toolchain/glibc/Config.version
parent4d151d4fc86e1c25ebebbd49664c9bee300fa1e1 (diff)
downloadmaster-187ad058-0324831e9e5a361ef570a9b022ee2c1f5e508c6a.tar.gz
master-187ad058-0324831e9e5a361ef570a9b022ee2c1f5e508c6a.tar.bz2
master-187ad058-0324831e9e5a361ef570a9b022ee2c1f5e508c6a.zip
toolchain: use latest glibc 2.21 and 2.22 revisions
Refresh patches and rework Makefile to fetch glibc from release branches instead of relying on tarballs. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48735 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/glibc/Config.version')
-rw-r--r--toolchain/glibc/Config.version6
1 files changed, 0 insertions, 6 deletions
diff --git a/toolchain/glibc/Config.version b/toolchain/glibc/Config.version
index 99ab7fd431..360045336d 100644
--- a/toolchain/glibc/Config.version
+++ b/toolchain/glibc/Config.version
@@ -16,12 +16,6 @@ config GLIBC_VERSION_2_22
default y if !TOOLCHAINOPTS
bool
-config GLIBC_REVISION
- string
- default "25243" if EGLIBC_VERSION_2_19
- default "4e42b5b8f8" if GLIBC_VERSION_2_21
- default ""
-
endif
menu "eglibc configuration"