aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/eglibc/Config.in
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/eglibc/Config.in
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/eglibc/Config.in')
-rw-r--r--toolchain/eglibc/Config.in7
1 files changed, 3 insertions, 4 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
-