diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2016-02-17 08:44:49 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2016-02-17 08:44:49 +0000 |
commit | 5445a2ee1d0ec8a42e16a68d03c69375da31ee82 (patch) | |
tree | 4ba1f3927f80818f157619025e5a4165dc8c1d15 /toolchain/glibc/Config.version | |
parent | 83cdf722716fabee3864fcc7335561917452e0a0 (diff) | |
download | upstream-5445a2ee1d0ec8a42e16a68d03c69375da31ee82.tar.gz upstream-5445a2ee1d0ec8a42e16a68d03c69375da31ee82.tar.bz2 upstream-5445a2ee1d0ec8a42e16a68d03c69375da31ee82.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>
SVN-Revision: 48735
Diffstat (limited to 'toolchain/glibc/Config.version')
-rw-r--r-- | toolchain/glibc/Config.version | 6 |
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" |