summaryrefslogtreecommitdiff
path: root/core/kconfig/glibc.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'core/kconfig/glibc.kconfig')
-rw-r--r--core/kconfig/glibc.kconfig9
1 files changed, 6 insertions, 3 deletions
diff --git a/core/kconfig/glibc.kconfig b/core/kconfig/glibc.kconfig
index 238dccc..566d7af 100644
--- a/core/kconfig/glibc.kconfig
+++ b/core/kconfig/glibc.kconfig
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2013 Abdoulaye Walsimou GAYE.
+# Copyright(C) 2013-2014 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,14 +28,17 @@ choice
help
Here you can choose which version of glibc you want to use.
+ config EMBTK_GLIBC_VERSION_2_19
+ bool "glibc-2.19"
+ select EMBTK_GLIBC_NEED_PATCH
config EMBTK_GLIBC_VERSION_2_17
bool "glibc-2.17"
select EMBTK_GLIBC_NEED_PATCH
endchoice
-config EMBTK_GLIBC_MAJOR_VERSION_STRING
+config EMBTK_GLIBC_VERSION_STRING
string
- default "2.17" if EMBTK_GLIBC_VERSION_2_17
+ default "2.19" if EMBTK_GLIBC_VERSION_2_19
config EMBTK_GLIBC_VERSION_STRING
string
default "2.17" if EMBTK_GLIBC_VERSION_2_17