From 3bb7a9ec68d99d2209f8c532c3e08e1ab8a5f8b1 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 8 Nov 2014 14:20:15 +0100 Subject: Toolchain: musl: update to v1.1.5 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 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 -- cgit v1.2.3