summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-06-10 20:18:01 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-06-10 20:18:01 +0200
commit5cdf23036f06fe129453d3d2f5aaa03de6cfa3e6 (patch)
tree2c26ff8e45fe760028aa887b93c4355399c525b1 /kconfig
parent5a9e798718bd8a07565ea885a41eef3719de0599 (diff)
downloadembtoolkit-5cdf23036f06fe129453d3d2f5aaa03de6cfa3e6.tar.gz
embtoolkit-5cdf23036f06fe129453d3d2f5aaa03de6cfa3e6.tar.bz2
embtoolkit-5cdf23036f06fe129453d3d2f5aaa03de6cfa3e6.tar.xz
Toolchain: implement eglibc download
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/eglibc.kconfig15
1 files changed, 13 insertions, 2 deletions
diff --git a/kconfig/eglibc.kconfig b/kconfig/eglibc.kconfig
index 8eab608..1fb8413 100644
--- a/kconfig/eglibc.kconfig
+++ b/kconfig/eglibc.kconfig
@@ -23,10 +23,10 @@
# \date May 2009
#########################################################################################
choice
- prompt "EGLIBC version"
+ prompt "EGLIBC branch to checkout"
default EMBTK_EGLIBC_VERSION_2_10
help
- EGLIBC version to use.
+ EGLIBC branch to use.
config EMBTK_EGLIBC_VERSION_2_10
bool "eglibc-2.10"
@@ -34,6 +34,17 @@ choice
bool "eglibc-2.9"
endchoice
+config EMBTK_EGLIBC_SVN_REVISION
+ string "EGLIBC SVN revision to checkout"
+ help
+ EGLIBC revision to use.
+ default "8544"
+
+config EMBTK_EGLIBC_BRANCH_STRING
+ string
+ 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.10" if EMBTK_EGLIBC_VERSION_2_10