summaryrefslogtreecommitdiff
path: root/toolchain/eglibc/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-05-28 20:37:56 +0000
committerNicolas Thill <nico@openwrt.org>2010-05-28 20:37:56 +0000
commit8dd583e3a40ae2e19677e33b3aad9695ac33e8b9 (patch)
treee6f31cd9bfa039f3b4d6dc6176667348317fa072 /toolchain/eglibc/Config.in
parent7d991147b3036fd99af9d05a3de50f0c931b0377 (diff)
downloadmtk-20170518-8dd583e3a40ae2e19677e33b3aad9695ac33e8b9.zip
mtk-20170518-8dd583e3a40ae2e19677e33b3aad9695ac33e8b9.tar.gz
mtk-20170518-8dd583e3a40ae2e19677e33b3aad9695ac33e8b9.tar.bz2
toolchain/eglibc: add preliminary support for eglibc-2.12
SVN-Revision: 21611
Diffstat (limited to 'toolchain/eglibc/Config.in')
-rw-r--r--toolchain/eglibc/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/toolchain/eglibc/Config.in b/toolchain/eglibc/Config.in
index ca4c4a6..2ae8da3 100644
--- a/toolchain/eglibc/Config.in
+++ b/toolchain/eglibc/Config.in
@@ -24,6 +24,10 @@ choice
bool "eglibc 2.11"
depends GCC_VERSION_4_3 || GCC_VERSION_4_4 || GCC_VERSION_4_5
+ config EGLIBC_VERSION_2_12
+ bool "eglibc 2.12"
+ depends GCC_VERSION_4_3 || GCC_VERSION_4_4 || GCC_VERSION_4_5
+
config EGLIBC_VERSION_TRUNK
bool "eglibc trunk"
@@ -39,6 +43,7 @@ config EGLIBC_REVISION
default "10153" if EGLIBC_VERSION_2_9
default "10152" if EGLIBC_VERSION_2_10
default "10454" if EGLIBC_VERSION_2_11
+ default "10495" if EGLIBC_VERSION_2_12
default "HEAD" if EGLIBC_VERSION_TRUNK
default ""