summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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