summaryrefslogtreecommitdiffstats
path: root/toolchain/eglibc/Config.in
diff options
context:
space:
mode:
authormirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-04-28 20:10:32 +0000
committermirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-04-28 20:10:32 +0000
commit308a3864cffae0359fbcdb6da9c04de91be7a84d (patch)
treec4c3ee628a4ccaf4ae15d90b3250f02bc9fd123d /toolchain/eglibc/Config.in
parent5de2780a5e8fe5da824212b4219824a4b43cb9cc (diff)
[toolchain/eglibc] drop eglibc version 2.12
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31500 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/eglibc/Config.in')
-rw-r--r--toolchain/eglibc/Config.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/toolchain/eglibc/Config.in b/toolchain/eglibc/Config.in
index e94493d64..a8d3de6f5 100644
--- a/toolchain/eglibc/Config.in
+++ b/toolchain/eglibc/Config.in
@@ -5,10 +5,6 @@ choice
help
Select the version of eglibc you wish to use.
- config EGLIBC_VERSION_2_12
- bool "eglibc 2.12"
- depends !GCC_VERSION_LLVM
-
config EGLIBC_VERSION_2_13
bool "eglibc 2.13"
depends !GCC_VERSION_LLVM
@@ -26,7 +22,6 @@ config EGLIBC_REVISION
string
prompt "eglibc revision"
depends on TOOLCHAINOPTS && USE_EGLIBC
- default "14661" if EGLIBC_VERSION_2_12
default "15508" if EGLIBC_VERSION_2_13
default "16488" if EGLIBC_VERSION_2_14
default "HEAD" if EGLIBC_VERSION_TRUNK