summaryrefslogtreecommitdiff
path: root/kconfig/musl.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig/musl.kconfig')
-rw-r--r--kconfig/musl.kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/kconfig/musl.kconfig b/kconfig/musl.kconfig
index 4bae574..0c4488f 100644
--- a/kconfig/musl.kconfig
+++ b/kconfig/musl.kconfig
@@ -33,8 +33,8 @@ choice
help
Which musl version to use.
- config EMBTK_MUSL_VERSION_0_9_14
- bool "musl-0.9.14"
+ config EMBTK_MUSL_VERSION_0_9_15
+ bool "musl-0.9.15"
select EMBTK_MUSL_NEED_PATCH
config EMBTK_MUSL_VERSION_GIT
bool "Use a branch of musl git repository"
@@ -44,7 +44,7 @@ endchoice
config EMBTK_MUSL_VERSION_STRING
string
- default "0.9.14" if EMBTK_MUSL_VERSION_0_9_14
+ default "0.9.15" if EMBTK_MUSL_VERSION_0_9_15
default "git" if EMBTK_MUSL_VERSION_GIT
config EMBTK_MUSL_REFSPEC