diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-05-28 20:37:56 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-05-28 20:37:56 +0000 |
commit | 8dd583e3a40ae2e19677e33b3aad9695ac33e8b9 (patch) | |
tree | e6f31cd9bfa039f3b4d6dc6176667348317fa072 /toolchain/eglibc/Config.version | |
parent | 7d991147b3036fd99af9d05a3de50f0c931b0377 (diff) | |
download | upstream-8dd583e3a40ae2e19677e33b3aad9695ac33e8b9.tar.gz upstream-8dd583e3a40ae2e19677e33b3aad9695ac33e8b9.tar.bz2 upstream-8dd583e3a40ae2e19677e33b3aad9695ac33e8b9.zip |
toolchain/eglibc: add preliminary support for eglibc-2.12
SVN-Revision: 21611
Diffstat (limited to 'toolchain/eglibc/Config.version')
-rw-r--r-- | toolchain/eglibc/Config.version | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/eglibc/Config.version b/toolchain/eglibc/Config.version index f08837841d..700c40924e 100644 --- a/toolchain/eglibc/Config.version +++ b/toolchain/eglibc/Config.version @@ -7,4 +7,5 @@ config EGLIBC_VERSION default "2.9" if EGLIBC_VERSION_2_9 default "2.10.2" if EGLIBC_VERSION_2_10 default "2.11.1" if EGLIBC_VERSION_2_11 + default "2.12" if EGLIBC_VERSION_2_12 default "trunk" |