From 80fbc8e78feadbf8ec11aa42e7574c9fb8f08ac5 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Mon, 27 Jul 2015 12:40:02 +0200 Subject: Toolchain: musl: update to v1.1.10 Signed-off-by: Abdoulaye Walsimou Gaye --- core/kconfig/musl.kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/kconfig/musl.kconfig b/core/kconfig/musl.kconfig index b12bc55..e8a4567 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_6 - bool "musl-1.1.6" + config EMBTK_MUSL_VERSION_1_1_10 + bool "musl-1.1.10" 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.6" if EMBTK_MUSL_VERSION_1_1_6 + default "1.1.10" if EMBTK_MUSL_VERSION_1_1_10 default "git" if EMBTK_MUSL_VERSION_GIT config EMBTK_MUSL_CATEGORY -- cgit v1.2.3