diff options
author | Mirko Vogt <mirko@openwrt.org> | 2012-04-28 20:10:32 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2012-04-28 20:10:32 +0000 |
commit | 5c3d17cfc940f30ca95be8ac150e08eb5e1631ba (patch) | |
tree | ed64f2cbe10001be720a570402a509442fdb7bf1 /toolchain/eglibc/Config.in | |
parent | 90f58064bec669ccc9ddfb2db17c87f1182442be (diff) | |
download | upstream-5c3d17cfc940f30ca95be8ac150e08eb5e1631ba.tar.gz upstream-5c3d17cfc940f30ca95be8ac150e08eb5e1631ba.tar.bz2 upstream-5c3d17cfc940f30ca95be8ac150e08eb5e1631ba.zip |
drop eglibc version 2.12
SVN-Revision: 31500
Diffstat (limited to 'toolchain/eglibc/Config.in')
-rw-r--r-- | toolchain/eglibc/Config.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/toolchain/eglibc/Config.in b/toolchain/eglibc/Config.in index e94493d647..a8d3de6f53 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 |