diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-02-07 10:38:47 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-02-11 15:37:55 +0100 |
commit | 38fcd2a865c2ec463b6909f613847d41353c1e1e (patch) | |
tree | 59875ded514a856eb373a8ad56e9139a5d8ded45 /toolchain/glibc/Config.in | |
parent | 73ea3c3f9c45d28b2309342ad358ab6b46365aa6 (diff) | |
download | upstream-38fcd2a865c2ec463b6909f613847d41353c1e1e.tar.gz upstream-38fcd2a865c2ec463b6909f613847d41353c1e1e.tar.bz2 upstream-38fcd2a865c2ec463b6909f613847d41353c1e1e.zip |
build: remove libc version config code
We only support one version per libc type
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'toolchain/glibc/Config.in')
-rw-r--r-- | toolchain/glibc/Config.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/toolchain/glibc/Config.in b/toolchain/glibc/Config.in deleted file mode 100644 index 5adbeb6f82..0000000000 --- a/toolchain/glibc/Config.in +++ /dev/null @@ -1,12 +0,0 @@ -choice - prompt "glibc version" - depends on TOOLCHAINOPTS && USE_GLIBC && !EXTERNAL_TOOLCHAIN - default GLIBC_USE_VERSION_2_24 - help - Select the version of glibc you wish to use. - - config GLIBC_USE_VERSION_2_24 - bool "glibc 2.24" - select GLIBC_VERSION_2_24 - -endchoice |