From 095c7c9a767506e5536f879eaef6bd5c7cfe803e Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 13 Jul 2014 18:21:14 +0200 Subject: Toolchain: musl: update to v1.1.3 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 1bb73e1..1918ce2 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_1 - bool "musl-1.1.1" + config EMBTK_MUSL_VERSION_1_1_3 + bool "musl-1.1.3" 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.1" if EMBTK_MUSL_VERSION_1_1_1 + default "1.1.3" if EMBTK_MUSL_VERSION_1_1_3 default "git" if EMBTK_MUSL_VERSION_GIT config EMBTK_MUSL_REFSPEC -- cgit v1.2.3