summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-11-08 14:20:15 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-11-08 14:20:15 +0100
commit3bb7a9ec68d99d2209f8c532c3e08e1ab8a5f8b1 (patch)
tree46ff25c7b14a9b0444f642abe62c7d1a69470c72 /core
parentde83b06d5651455b895634c73628591219788787 (diff)
downloadembtoolkit-3bb7a9ec68d99d2209f8c532c3e08e1ab8a5f8b1.tar.gz
embtoolkit-3bb7a9ec68d99d2209f8c532c3e08e1ab8a5f8b1.tar.bz2
embtoolkit-3bb7a9ec68d99d2209f8c532c3e08e1ab8a5f8b1.tar.xz
Toolchain: musl: update to v1.1.5
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'core')
-rw-r--r--core/kconfig/musl.kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/kconfig/musl.kconfig b/core/kconfig/musl.kconfig
index f668e1c..776d248 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_4
- bool "musl-1.1.4"
+ config EMBTK_MUSL_VERSION_1_1_5
+ bool "musl-1.1.5"
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.4" if EMBTK_MUSL_VERSION_1_1_4
+ default "1.1.5" if EMBTK_MUSL_VERSION_1_1_5
default "git" if EMBTK_MUSL_VERSION_GIT
config EMBTK_MUSL_REFSPEC