summaryrefslogtreecommitdiff
path: root/core/kconfig/glibc.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-05-05 23:49:16 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-05-05 23:49:16 +0200
commitda0604768c16fbd22cc2bbc32997e2c214fa6d46 (patch)
treea403049d1b619c5fb81cf1b057680913b9b2e9dc /core/kconfig/glibc.kconfig
parent087947e74fc701f90778f4beab36c9580b1698df (diff)
downloadembtoolkit-da0604768c16fbd22cc2bbc32997e2c214fa6d46.tar.gz
embtoolkit-da0604768c16fbd22cc2bbc32997e2c214fa6d46.tar.bz2
embtoolkit-da0604768c16fbd22cc2bbc32997e2c214fa6d46.tar.xz
Toolchain: glibc: add v2.19
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
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