summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-11-19 23:42:28 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-11-19 23:42:28 +0100
commit661d8dd700e560f12eebd577524ff5a874b89fb5 (patch)
tree78457257b79f3b4cc7c907ad0afa1964bef526ba /kconfig
parentbcd99d9443ce8b3159909ebb8420ec21384dab12 (diff)
parent33ad056c3a1e6be0da7ca1aacf72c7cd46643cf3 (diff)
downloadembtoolkit-661d8dd700e560f12eebd577524ff5a874b89fb5.tar.gz
embtoolkit-661d8dd700e560f12eebd577524ff5a874b89fb5.tar.bz2
embtoolkit-661d8dd700e560f12eebd577524ff5a874b89fb5.tar.xz
Merge branch 'master' into llvm-support
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/eglibc.kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/kconfig/eglibc.kconfig b/kconfig/eglibc.kconfig
index 3b5f5dd..251b2f9 100644
--- a/kconfig/eglibc.kconfig
+++ b/kconfig/eglibc.kconfig
@@ -91,6 +91,22 @@ config EMBTK_EGLIBC_NEED_PATCH
bool
default y
+config EMBTK_EGLIBC_HEADERS_SVN_REVISION
+ int
+ default EMBTK_EGLIBC_SVN_REVISION
+config EMBTK_EGLIBC_HEADERS_SVN_BRANCH
+ string
+ default EMBTK_EGLIBC_SVN_BRANCH
+config EMBTK_EGLIBC_HEADEERS_VERSION_STRING
+ string
+ default EMBTK_EGLIBC_VERSION_STRING
+config EMBTK_EGLIBC_HEADERS_NEED_PATCH
+ bool
+ default EMBTK_EGLIBC_NEED_PATCH
+config EMBTK_EGLIBC_HEADERS_VERSION_SVN
+ bool
+ default EMBTK_EGLIBC_VERSION_SVN
+
comment "------------------------------------"
comment "----- EGLIBC options configuration"
comment "------------------------------------"