diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-05-28 19:48:25 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-05-28 19:48:25 +0000 |
commit | 1bb2ce7d4733d7a94518dd25bda8633ac9548ace (patch) | |
tree | aab9efd3afb8f12091a5faa9df7faaed42a2133c /toolchain/eglibc | |
parent | 12abbd4d08dc91ba45ba890aba3f2727ad41baad (diff) | |
download | master-187ad058-1bb2ce7d4733d7a94518dd25bda8633ac9548ace.tar.gz master-187ad058-1bb2ce7d4733d7a94518dd25bda8633ac9548ace.tar.bz2 master-187ad058-1bb2ce7d4733d7a94518dd25bda8633ac9548ace.zip |
toolchain/eglibc: update to latest revision for 2.9, 2.10 & 2.11
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21610 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/eglibc')
-rw-r--r-- | toolchain/eglibc/Config.in | 7 | ||||
-rw-r--r-- | toolchain/eglibc/Config.version | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/toolchain/eglibc/Config.in b/toolchain/eglibc/Config.in index eef4fc257e..ca4c4a6f30 100644 --- a/toolchain/eglibc/Config.in +++ b/toolchain/eglibc/Config.in @@ -36,9 +36,9 @@ config EGLIBC_REVISION default "5887" if EGLIBC_VERSION_2_6 default "8588" if EGLIBC_VERSION_2_7 default "8587" if EGLIBC_VERSION_2_8 - default "8690" if EGLIBC_VERSION_2_9 - default "9289" if EGLIBC_VERSION_2_10 - default "9306" if EGLIBC_VERSION_2_11 + default "10153" if EGLIBC_VERSION_2_9 + default "10152" if EGLIBC_VERSION_2_10 + default "10454" if EGLIBC_VERSION_2_11 default "HEAD" if EGLIBC_VERSION_TRUNK default "" @@ -46,4 +46,3 @@ menu "eglibc configuration" depends on TOOLCHAINOPTS && USE_EGLIBC source toolchain/eglibc/config/Config.in endmenu - diff --git a/toolchain/eglibc/Config.version b/toolchain/eglibc/Config.version index 217c9ce448..f08837841d 100644 --- a/toolchain/eglibc/Config.version +++ b/toolchain/eglibc/Config.version @@ -6,5 +6,5 @@ config EGLIBC_VERSION default "2.8" if EGLIBC_VERSION_2_8 default "2.9" if EGLIBC_VERSION_2_9 default "2.10.2" if EGLIBC_VERSION_2_10 - default "2.11 " if EGLIBC_VERSION_2_11 + default "2.11.1" if EGLIBC_VERSION_2_11 default "trunk" |