diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-11-24 00:43:31 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-11-24 00:43:31 +0000 |
commit | 5573d95e068d3c81d28b212c359402243308c397 (patch) | |
tree | bd907e684dded5e6d56f8357c19d3c0fc0371944 /toolchain | |
parent | 089c8b4f50e60be24a1940ddca1d10685a2d66d2 (diff) | |
download | master-187ad058-5573d95e068d3c81d28b212c359402243308c397.tar.gz master-187ad058-5573d95e068d3c81d28b212c359402243308c397.tar.bz2 master-187ad058-5573d95e068d3c81d28b212c359402243308c397.zip |
[toolchain] eglibc: update v2.10 to rev. 9289
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18518 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/eglibc/Config.in | 2 | ||||
-rw-r--r-- | toolchain/eglibc/Config.version | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/eglibc/Config.in b/toolchain/eglibc/Config.in index 407240b8c4..8f38d0981a 100644 --- a/toolchain/eglibc/Config.in +++ b/toolchain/eglibc/Config.in @@ -33,7 +33,7 @@ config EGLIBC_REVISION default "8588" if EGLIBC_VERSION_2_7 default "8587" if EGLIBC_VERSION_2_8 default "8690" if EGLIBC_VERSION_2_9 - default "8873" if EGLIBC_VERSION_2_10 + default "9289" if EGLIBC_VERSION_2_10 default "HEAD" if EGLIBC_VERSION_TRUNK default "" diff --git a/toolchain/eglibc/Config.version b/toolchain/eglibc/Config.version index e312826816..6e2146d15f 100644 --- a/toolchain/eglibc/Config.version +++ b/toolchain/eglibc/Config.version @@ -5,5 +5,5 @@ config EGLIBC_VERSION default "2.7" if EGLIBC_VERSION_2_7 default "2.8" if EGLIBC_VERSION_2_8 default "2.9" if EGLIBC_VERSION_2_9 - default "2.10.1" if EGLIBC_VERSION_2_10 + default "2.10.2" if EGLIBC_VERSION_2_10 default "trunk" |