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 | e61aabfce64440f963ae660aaeb636e8411278b3 (patch) | |
tree | 0c9110e789b1748fc6f8b87b56bbf3da8dde4715 /toolchain/eglibc/Config.version | |
parent | 1bb2ce7d4733d7a94518dd25bda8633ac9548ace (diff) | |
download | upstream-e61aabfce64440f963ae660aaeb636e8411278b3.tar.gz upstream-e61aabfce64440f963ae660aaeb636e8411278b3.tar.bz2 upstream-e61aabfce64440f963ae660aaeb636e8411278b3.zip |
toolchain/eglibc: add preliminary support for eglibc-2.12
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21611 3c298f89-4303-0410-b956-a3cf2f4a3e73
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" |