summaryrefslogtreecommitdiff
path: root/core/kconfig/musl.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-05-24 21:04:25 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-05-24 21:04:25 +0200
commit60f9d879c2ffe548ccfda17adf8bdf11001073b8 (patch)
treeb55aeda5f7dfc59866bef3ccc66f8e0506bbff34 /core/kconfig/musl.kconfig
parent3d1c34eb20d433af6c2ba30af56496cd61b73739 (diff)
downloadembtoolkit-60f9d879c2ffe548ccfda17adf8bdf11001073b8.tar.gz
embtoolkit-60f9d879c2ffe548ccfda17adf8bdf11001073b8.tar.bz2
embtoolkit-60f9d879c2ffe548ccfda17adf8bdf11001073b8.tar.xz
Toolchain: musl: update to v1.1.1
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'core/kconfig/musl.kconfig')
-rw-r--r--core/kconfig/musl.kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/kconfig/musl.kconfig b/core/kconfig/musl.kconfig
index a6d3519..1bb73e1 100644
--- a/core/kconfig/musl.kconfig
+++ b/core/kconfig/musl.kconfig
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2012-2013 GAYE Abdoulaye Walsimou.
+# Copyright(C) 2012-2014 GAYE Abdoulaye Walsimou.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -33,18 +33,18 @@ choice
help
Which musl version to use.
- config EMBTK_MUSL_VERSION_1_1_0
- bool "musl-1.1.0"
+ config EMBTK_MUSL_VERSION_1_1_1
+ bool "musl-1.1.1"
select EMBTK_MUSL_NEED_PATCH
config EMBTK_MUSL_VERSION_GIT
- bool "Use a branch of musl git repository"
+ bool "Use musl git"
help
see http://git.musl-libc.org/cgit/musl
endchoice
config EMBTK_MUSL_VERSION_STRING
string
- default "1.1.0" if EMBTK_MUSL_VERSION_1_1_0
+ default "1.1.1" if EMBTK_MUSL_VERSION_1_1_1
default "git" if EMBTK_MUSL_VERSION_GIT
config EMBTK_MUSL_REFSPEC