aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/eglibc/Config.in
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2011-07-07 09:42:47 +0000
committerFlorian Fainelli <florian@openwrt.org>2011-07-07 09:42:47 +0000
commit5730f1c9a369976885e1ffe269543f806acf6e81 (patch)
tree0007e2996e70dc4a851d53af92f8c688cc589fc6 /toolchain/eglibc/Config.in
parent736856c20800517dbbe5d49d498e56983d8e7905 (diff)
downloadupstream-5730f1c9a369976885e1ffe269543f806acf6e81.tar.gz
upstream-5730f1c9a369976885e1ffe269543f806acf6e81.tar.bz2
upstream-5730f1c9a369976885e1ffe269543f806acf6e81.zip
[toolchain] eglibc: add support for 2.14
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27510 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 fb2b982b18..8d84f5af20 100644
--- a/toolchain/eglibc/Config.in
+++ b/toolchain/eglibc/Config.in
@@ -13,6 +13,10 @@ choice
bool "eglibc 2.13"
depends !GCC_VERSION_LLVM
+ config EGLIBC_VERSION_2_14
+ bool "eglibc 2.14"
+ depends !GCC_VERSION_LLVM
+
config EGLIBC_VERSION_TRUNK
bool "eglibc trunk"
@@ -24,6 +28,7 @@ config EGLIBC_REVISION
depends on TOOLCHAINOPTS && USE_EGLIBC
default "10495" if EGLIBC_VERSION_2_12
default "13055" if EGLIBC_VERSION_2_13
+ default "14284" if EGLIBC_VERSION_2_14
default "HEAD" if EGLIBC_VERSION_TRUNK
default ""