summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-06-13 20:21:39 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-06-13 20:21:39 +0200
commitba0228c7e6a3ad72fd8bed796949622bbce707bd (patch)
treed2bef5f0b8bc1d00c168dd189c98c48b5d93dc49 /kconfig
parent5cdf23036f06fe129453d3d2f5aaa03de6cfa3e6 (diff)
downloadembtoolkit-ba0228c7e6a3ad72fd8bed796949622bbce707bd.tar.gz
embtoolkit-ba0228c7e6a3ad72fd8bed796949622bbce707bd.tar.bz2
embtoolkit-ba0228c7e6a3ad72fd8bed796949622bbce707bd.tar.xz
Toolchain: eglibc: give the ability to patch eglibc-2.9
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/eglibc.kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/kconfig/eglibc.kconfig b/kconfig/eglibc.kconfig
index 1fb8413..d3e208a 100644
--- a/kconfig/eglibc.kconfig
+++ b/kconfig/eglibc.kconfig
@@ -50,6 +50,12 @@ config EMBTK_EGLIBC_VERSION_STRING
default "2.10" if EMBTK_EGLIBC_VERSION_2_10
default "2.9" if EMBTK_EGLIBC_VERSION_2_9
+#Does we need patches?
+config EMBTK_EGLIBC_NEED_PATCH
+ depends on EMBTK_EGLIBC_VERSION_2_9
+ bool
+ default y
+
if EMBTK_EGLIBC_VERSION_2_10
source "kconfig/option-groups.def-2.10"
endif