From 74234661a61b9d34a46e0e6d20012489090a08d7 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 1 Mar 2015 12:49:20 +0100 Subject: Toolchain: musl: update to v1.1.6 Signed-off-by: Abdoulaye Walsimou Gaye --- core/kconfig/musl.kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/kconfig/musl.kconfig') diff --git a/core/kconfig/musl.kconfig b/core/kconfig/musl.kconfig index 776d248..b12bc55 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_5 - bool "musl-1.1.5" + config EMBTK_MUSL_VERSION_1_1_6 + bool "musl-1.1.6" select EMBTK_MUSL_NEED_PATCH config EMBTK_MUSL_VERSION_GIT bool "Use musl git" @@ -44,10 +44,10 @@ endchoice config EMBTK_MUSL_VERSION_STRING string - default "1.1.5" if EMBTK_MUSL_VERSION_1_1_5 + default "1.1.6" if EMBTK_MUSL_VERSION_1_1_6 default "git" if EMBTK_MUSL_VERSION_GIT -config EMBTK_MUSL_REFSPEC +config EMBTK_MUSL_CATEGORY string default "toolchain" -- cgit v1.2.3