summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou GAYE <awg@embtoolkit.org>2017-08-06 19:47:38 +0200
committerAbdoulaye Walsimou GAYE <awg@embtoolkit.org>2017-08-06 19:47:38 +0200
commit98253ea63ce56ff4bc929a4f58dffb7b5835270e (patch)
tree84a74c4f314edd29c26845c819c9e2f30e53cd7f
parent6a66fb535715a2d8a7c799629aa292f5dcc9f067 (diff)
downloadembtoolkit-98253ea63ce56ff4bc929a4f58dffb7b5835270e.tar.gz
embtoolkit-98253ea63ce56ff4bc929a4f58dffb7b5835270e.tar.bz2
embtoolkit-98253ea63ce56ff4bc929a4f58dffb7b5835270e.tar.xz
Toolchain: musl: update to v1.1.16
Signed-off-by: Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
-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