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
This commit is contained in:
Jo-Philipp Wich
2016-02-17 08:44:49 +00:00
parent 83cdf72271
commit 5445a2ee1d
4 changed files with 22 additions and 22 deletions

View File

@@ -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"