summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-05-15 00:24:50 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-05-15 00:24:50 +0200
commitd6d6b1c65084e579384af3710748fa442da6a478 (patch)
treea212d18a1a0d7d2019f026b5520c2f93f9dcf1d8 /kconfig
parentb41f872d463573a15c43fb449bb7240c721f4c7c (diff)
downloadembtoolkit-d6d6b1c65084e579384af3710748fa442da6a478.tar.gz
embtoolkit-d6d6b1c65084e579384af3710748fa442da6a478.tar.bz2
embtoolkit-d6d6b1c65084e579384af3710748fa442da6a478.tar.xz
Toolchain: Determinate which version of eglibc must to be built.
Signed-off-by: Abdoulaye Walsimou Gaye
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/eglibc.kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/kconfig/eglibc.kconfig b/kconfig/eglibc.kconfig
index 37f2ef7..8eab608 100644
--- a/kconfig/eglibc.kconfig
+++ b/kconfig/eglibc.kconfig
@@ -34,6 +34,11 @@ choice
bool "eglibc-2.9"
endchoice
+config EMBTK_EGLIBC_VERSION_STRING
+ string
+ default "2.10" if EMBTK_EGLIBC_VERSION_2_10
+ default "2.9" if EMBTK_EGLIBC_VERSION_2_9
+
if EMBTK_EGLIBC_VERSION_2_10
source "kconfig/option-groups.def-2.10"
endif