diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-09-26 18:59:22 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-09-26 18:59:22 +0000 |
commit | f859299d85abafdaa2194935d1a0a3ca08236f07 (patch) | |
tree | c2b954bfb12c88643b805e3c3db645d4fe561a00 /toolchain/eglibc/Config.version | |
parent | 6f2afa8f29c85d383f038ee2b8e49e3ebf830f70 (diff) | |
download | upstream-f859299d85abafdaa2194935d1a0a3ca08236f07.tar.gz upstream-f859299d85abafdaa2194935d1a0a3ca08236f07.tar.bz2 upstream-f859299d85abafdaa2194935d1a0a3ca08236f07.zip |
eglibc: add support for 2.10 branch
SVN-Revision: 17748
Diffstat (limited to 'toolchain/eglibc/Config.version')
-rw-r--r-- | toolchain/eglibc/Config.version | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/toolchain/eglibc/Config.version b/toolchain/eglibc/Config.version index edee7cc15e..00b3722eae 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 |