From 6ac3d3dc1195d9bae05e11d98d03962e90db6e5d Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 8 Feb 2015 10:51:31 +0100 Subject: Toolchain: glibc: add v2.21 Signed-off-by: Abdoulaye Walsimou Gaye --- core/kconfig/glibc.kconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3