summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-11-19 23:41:11 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-11-19 23:41:11 +0100
commit33ad056c3a1e6be0da7ca1aacf72c7cd46643cf3 (patch)
tree80bee08a34917fc6b4e16b629fc918692d57a025 /kconfig
parent7ea77ed8b8242dd401aea95bc5f6614f32a7a521 (diff)
downloadembtoolkit-33ad056c3a1e6be0da7ca1aacf72c7cd46643cf3.tar.gz
embtoolkit-33ad056c3a1e6be0da7ca1aacf72c7cd46643cf3.tar.bz2
embtoolkit-33ad056c3a1e6be0da7ca1aacf72c7cd46643cf3.tar.xz
Toolchain: eglibc: fix installation
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
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 "------------------------------------"