aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-05-28 19:48:25 +0000
committerNicolas Thill <nico@openwrt.org>2010-05-28 19:48:25 +0000
commit7d991147b3036fd99af9d05a3de50f0c931b0377 (patch)
tree832186852556c64b1a53ab110422523545127871 /toolchain
parent816a9b30f683b8376423ff029d40e0e4a2701026 (diff)
downloadupstream-7d991147b3036fd99af9d05a3de50f0c931b0377.tar.gz
upstream-7d991147b3036fd99af9d05a3de50f0c931b0377.tar.bz2
upstream-7d991147b3036fd99af9d05a3de50f0c931b0377.zip
toolchain/eglibc: update to latest revision for 2.9, 2.10 & 2.11
SVN-Revision: 21610
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/eglibc/Config.in7
-rw-r--r--toolchain/eglibc/Config.version2
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"