summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 e8a4567..914ffe6 100644
--- a/core/kconfig/musl.kconfig
+++ b/core/kconfig/musl.kconfig
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2012-2014 GAYE Abdoulaye Walsimou.
+# Copyright(C) 2012-2017 GAYE Abdoulaye Walsimou.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -33,8 +33,8 @@ choice
help
Which musl version to use.
- config EMBTK_MUSL_VERSION_1_1_10
- bool "musl-1.1.10"
+ config EMBTK_MUSL_VERSION_1_1_16
+ bool "musl-1.1.16"
select EMBTK_MUSL_NEED_PATCH
config EMBTK_MUSL_VERSION_GIT
bool "Use musl git"
@@ -44,7 +44,7 @@ endchoice
config EMBTK_MUSL_VERSION_STRING
string
- default "1.1.10" if EMBTK_MUSL_VERSION_1_1_10
+ default "1.1.16" if EMBTK_MUSL_VERSION_1_1_16
default "git" if EMBTK_MUSL_VERSION_GIT
config EMBTK_MUSL_CATEGORY