From 6c9d9267268b117ea45f9bd154cb81512b90e033 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 2 Aug 2014 10:04:34 +0200 Subject: Toolchain: musl: update to v1.1.4 Signed-off-by: Abdoulaye Walsimou Gaye --- core/kconfig/musl.kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/kconfig/musl.kconfig') diff --git a/core/kconfig/musl.kconfig b/core/kconfig/musl.kconfig index 1918ce2..f668e1c 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_3 - bool "musl-1.1.3" + config EMBTK_MUSL_VERSION_1_1_4 + bool "musl-1.1.4" 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.3" if EMBTK_MUSL_VERSION_1_1_3 + default "1.1.4" if EMBTK_MUSL_VERSION_1_1_4 default "git" if EMBTK_MUSL_VERSION_GIT config EMBTK_MUSL_REFSPEC -- cgit v1.2.3