summaryrefslogtreecommitdiff
path: root/core/kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'core/kconfig')
-rw-r--r--core/kconfig/glibc.kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/kconfig/glibc.kconfig b/core/kconfig/glibc.kconfig
index 661f8cb..0aa14e8 100644
--- a/core/kconfig/glibc.kconfig
+++ b/core/kconfig/glibc.kconfig
@@ -28,9 +28,6 @@ choice
help
Here you can choose which version of glibc you want to use.
- config EMBTK_GLIBC_VERSION_2_20
- bool "glibc-2.20"
- select EMBTK_GLIBC_NEED_PATCH
config EMBTK_GLIBC_VERSION_2_19
bool "glibc-2.19"
select EMBTK_GLIBC_NEED_PATCH
@@ -41,7 +38,6 @@ endchoice
config EMBTK_GLIBC_VERSION_STRING
string
- default "2.20" if EMBTK_GLIBC_VERSION_2_20
default "2.19" if EMBTK_GLIBC_VERSION_2_19
default "2.17" if EMBTK_GLIBC_VERSION_2_17