aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/glibc/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/glibc/Config.in')
-rw-r--r--toolchain/glibc/Config.in12
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