summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-12-27 22:18:50 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-12-27 22:18:50 +0100
commit70b9b5edd74172469574615e309f41b5404e671e (patch)
tree674e1618bee1f35cd1c0c5ef14ce23165a89c881 /kconfig
parent546c3048de537a89e1154d3cd559d686fe99f383 (diff)
downloadembtoolkit-70b9b5edd74172469574615e309f41b5404e671e.tar.gz
embtoolkit-70b9b5edd74172469574615e309f41b5404e671e.tar.bz2
embtoolkit-70b9b5edd74172469574615e309f41b5404e671e.tar.xz
Toolchain: eglibc: rework to use more build system features
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/eglibc.kconfig21
1 files changed, 15 insertions, 6 deletions
diff --git a/kconfig/eglibc.kconfig b/kconfig/eglibc.kconfig
index a7fdfdb..3131b16 100644
--- a/kconfig/eglibc.kconfig
+++ b/kconfig/eglibc.kconfig
@@ -23,6 +23,14 @@
# \date May 2009
################################################################################
+config EMBTK_EGLIBC_VERSION_SVN
+ bool
+ default y
+
+config EMBTK_EGLIBC_REFSPEC
+ string
+ default "toolchain"
+
choice
prompt "EGLIBC branch to checkout"
help
@@ -66,13 +74,14 @@ comment "svn revision 10153 for eglibc-2.9"
comment "svn revision 14703 for eglibc-trunk (development version)"
comment ""
-config EMBTK_EGLIBC_BRANCH_STRING
+config EMBTK_EGLIBC_SVN_BRANCH
string
- default "2_13" if EMBTK_EGLIBC_VERSION_2_13
- default "2_12" if EMBTK_EGLIBC_VERSION_2_12
- 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 "branches/eglibc-2_13" if EMBTK_EGLIBC_VERSION_2_13
+ default "branches/eglibc-2_12" if EMBTK_EGLIBC_VERSION_2_12
+ default "branches/eglibc-2_11" if EMBTK_EGLIBC_VERSION_2_11
+ default "branches/eglibc-2_10" if EMBTK_EGLIBC_VERSION_2_10
+ default "branches/eglibc-2_9" if EMBTK_EGLIBC_VERSION_2_9
+ default "trunk" if EMBTK_EGLIBC_VERSION_TRUNK
config EMBTK_EGLIBC_VERSION_STRING
string