summaryrefslogtreecommitdiff
path: root/kconfig/toolchain.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-09-27 11:41:06 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-09-27 12:45:39 +0200
commit14e8d5a9ce7632dd5fe9bc0326b8a533ea4765aa (patch)
tree0b4f5fa35ea13f38cde45840d6ebb5973a49385d /kconfig/toolchain.kconfig
parent1926e9c1d02aae439a51b5cb9aadd384859521b5 (diff)
downloadembtoolkit-14e8d5a9ce7632dd5fe9bc0326b8a533ea4765aa.tar.gz
embtoolkit-14e8d5a9ce7632dd5fe9bc0326b8a533ea4765aa.tar.bz2
embtoolkit-14e8d5a9ce7632dd5fe9bc0326b8a533ea4765aa.tar.xz
Toolchain: uclibc: introduction of build machinery and initial support for arm
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'kconfig/toolchain.kconfig')
-rw-r--r--kconfig/toolchain.kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/kconfig/toolchain.kconfig b/kconfig/toolchain.kconfig
index 6efa032..fca89cf 100644
--- a/kconfig/toolchain.kconfig
+++ b/kconfig/toolchain.kconfig
@@ -43,9 +43,14 @@ choice
see http://www.uclibc.org for more information about uclibc.
endchoice
+
if EMBTK_CLIB_EGLIBC
source "kconfig/eglibc.kconfig"
endif
+if EMBTK_CLIB_UCLIBC
+source "kconfig/uclibc-kconfigs/uclibc.kconfig"
+endif
+
endmenu
menu "GCC compiler"