summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/kconfig/glibc.kconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/kconfig/glibc.kconfig b/core/kconfig/glibc.kconfig
index 566d7af..661f8cb 100644
--- a/core/kconfig/glibc.kconfig
+++ b/core/kconfig/glibc.kconfig
@@ -28,6 +28,9 @@ 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
@@ -38,9 +41,8 @@ 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
-config EMBTK_GLIBC_VERSION_STRING
- string
default "2.17" if EMBTK_GLIBC_VERSION_2_17
config EMBTK_GLIBC_REFSPEC