summaryrefslogtreecommitdiff
path: root/kconfig/eglibc.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-11-13 00:47:55 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-11-13 00:47:55 +0100
commitc8f0ab028ca9a22c6f50e45bb3ae570da3cfbb1d (patch)
tree9fec6433a575cf9bfe87537bd42fab5c83370e32 /kconfig/eglibc.kconfig
parent03154e0210cebe3b97997ecaf9cd592a4999e6ea (diff)
downloadembtoolkit-c8f0ab028ca9a22c6f50e45bb3ae570da3cfbb1d.tar.gz
embtoolkit-c8f0ab028ca9a22c6f50e45bb3ae570da3cfbb1d.tar.bz2
embtoolkit-c8f0ab028ca9a22c6f50e45bb3ae570da3cfbb1d.tar.xz
Toolchain: eglibc: add new eglibc-2.11
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'kconfig/eglibc.kconfig')
-rw-r--r--kconfig/eglibc.kconfig12
1 files changed, 10 insertions, 2 deletions
diff --git a/kconfig/eglibc.kconfig b/kconfig/eglibc.kconfig
index 2dcadcb..9b11708 100644
--- a/kconfig/eglibc.kconfig
+++ b/kconfig/eglibc.kconfig
@@ -25,10 +25,12 @@
################################################################################
choice
prompt "EGLIBC branch to checkout"
- default EMBTK_EGLIBC_VERSION_2_10
+ default EMBTK_EGLIBC_VERSION_2_11
help
EGLIBC branch to use.
+ config EMBTK_EGLIBC_VERSION_2_11
+ bool "eglibc-2.11"
config EMBTK_EGLIBC_VERSION_2_10
bool "eglibc-2.10"
config EMBTK_EGLIBC_VERSION_2_9
@@ -41,15 +43,17 @@ config EMBTK_EGLIBC_SVN_REVISION
int "EGLIBC SVN revision to checkout"
help
EGLIBC svn revision to use.
- default 9224
+ default 9241
config EMBTK_EGLIBC_BRANCH_STRING
string
+ default "2_11" if EMBTK_EGLIBC_VERSION_2_11
default "2_10" if EMBTK_EGLIBC_VERSION_2_10
default "2_9" if EMBTK_EGLIBC_VERSION_2_9
config EMBTK_EGLIBC_VERSION_STRING
string
+ default "2.11" if EMBTK_EGLIBC_VERSION_2_11
default "2.10" if EMBTK_EGLIBC_VERSION_2_10
default "2.9" if EMBTK_EGLIBC_VERSION_2_9
default "trunk" if EMBTK_EGLIBC_VERSION_TRUNK
@@ -60,6 +64,10 @@ config EMBTK_EGLIBC_NEED_PATCH
bool
default y
+if EMBTK_EGLIBC_VERSION_2_11
+source "kconfig/option-groups.def-2.11"
+endif
+
if EMBTK_EGLIBC_VERSION_2_10
source "kconfig/option-groups.def-2.10"
endif