summaryrefslogtreecommitdiff
path: root/toolchain/eglibc/Config.version
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-09-26 18:59:22 +0000
committerNicolas Thill <nico@openwrt.org>2009-09-26 18:59:22 +0000
commitf859299d85abafdaa2194935d1a0a3ca08236f07 (patch)
treec2b954bfb12c88643b805e3c3db645d4fe561a00 /toolchain/eglibc/Config.version
parent6f2afa8f29c85d383f038ee2b8e49e3ebf830f70 (diff)
downloadmtk-20170518-f859299d85abafdaa2194935d1a0a3ca08236f07.zip
mtk-20170518-f859299d85abafdaa2194935d1a0a3ca08236f07.tar.gz
mtk-20170518-f859299d85abafdaa2194935d1a0a3ca08236f07.tar.bz2
eglibc: add support for 2.10 branch
SVN-Revision: 17748
Diffstat (limited to 'toolchain/eglibc/Config.version')
-rw-r--r--toolchain/eglibc/Config.version8
1 files changed, 8 insertions, 0 deletions
diff --git a/toolchain/eglibc/Config.version b/toolchain/eglibc/Config.version
index edee7cc..00b3722 100644
--- a/toolchain/eglibc/Config.version
+++ b/toolchain/eglibc/Config.version
@@ -5,5 +5,13 @@ 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_1
default "trunk"
+config EGLIBC_VERSION_2_6
+ bool
+ default y if EGLIBC_VERSION_2_6_1
+
+config EGLIBC_VERSION_2_10
+ bool
+ default y if EGLIBC_VERSION_2_10_1