summaryrefslogtreecommitdiff
path: root/core/kconfig/musl.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'core/kconfig/musl.kconfig')
-rw-r--r--core/kconfig/musl.kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/kconfig/musl.kconfig b/core/kconfig/musl.kconfig
index 776d248..b12bc55 100644
--- a/core/kconfig/musl.kconfig
+++ b/core/kconfig/musl.kconfig
@@ -33,8 +33,8 @@ choice
help
Which musl version to use.
- config EMBTK_MUSL_VERSION_1_1_5
- bool "musl-1.1.5"
+ config EMBTK_MUSL_VERSION_1_1_6
+ bool "musl-1.1.6"
select EMBTK_MUSL_NEED_PATCH
config EMBTK_MUSL_VERSION_GIT
bool "Use musl git"
@@ -44,10 +44,10 @@ endchoice
config EMBTK_MUSL_VERSION_STRING
string
- default "1.1.5" if EMBTK_MUSL_VERSION_1_1_5
+ default "1.1.6" if EMBTK_MUSL_VERSION_1_1_6
default "git" if EMBTK_MUSL_VERSION_GIT
-config EMBTK_MUSL_REFSPEC
+config EMBTK_MUSL_CATEGORY
string
default "toolchain"