From 98253ea63ce56ff4bc929a4f58dffb7b5835270e Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou GAYE Date: Sun, 6 Aug 2017 19:47:38 +0200 Subject: Toolchain: musl: update to v1.1.16 Signed-off-by: Abdoulaye Walsimou GAYE --- core/kconfig/musl.kconfig | 8 ++++---- 1 file 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 -- cgit v1.2.3