summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-02-08 10:51:31 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-02-08 10:51:31 +0100
commit6ac3d3dc1195d9bae05e11d98d03962e90db6e5d (patch)
treebd1a5c3591e3b2bdac6fbdbd463f411a398a702f
parent42f10c2515421def75a8270fb3ece4f7de0640ed (diff)
downloadembtoolkit-6ac3d3dc1195d9bae05e11d98d03962e90db6e5d.tar.gz
embtoolkit-6ac3d3dc1195d9bae05e11d98d03962e90db6e5d.tar.bz2
embtoolkit-6ac3d3dc1195d9bae05e11d98d03962e90db6e5d.tar.xz
Toolchain: glibc: add v2.21
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--core/kconfig/glibc.kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/kconfig/glibc.kconfig b/core/kconfig/glibc.kconfig
index 0aa14e8..21da854 100644
--- a/core/kconfig/glibc.kconfig
+++ b/core/kconfig/glibc.kconfig
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2013-2014 Abdoulaye Walsimou GAYE.
+# Copyright(C) 2013-2015 Abdoulaye Walsimou GAYE.
#
# 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
@@ -28,6 +28,9 @@ choice
help
Here you can choose which version of glibc you want to use.
+ config EMBTK_GLIBC_VERSION_2_21
+ bool "glibc-2.21"
+ select EMBTK_GLIBC_NEED_PATCH
config EMBTK_GLIBC_VERSION_2_19
bool "glibc-2.19"
select EMBTK_GLIBC_NEED_PATCH
@@ -38,6 +41,7 @@ endchoice
config EMBTK_GLIBC_VERSION_STRING
string
+ default "2.21" if EMBTK_GLIBC_VERSION_2_21
default "2.19" if EMBTK_GLIBC_VERSION_2_19
default "2.17" if EMBTK_GLIBC_VERSION_2_17