summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/gcc.kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/kconfig/gcc.kconfig b/kconfig/gcc.kconfig
index e23d6e6..9e338c2 100644
--- a/kconfig/gcc.kconfig
+++ b/kconfig/gcc.kconfig
@@ -39,6 +39,17 @@ choice
bool "gcc-4.1.2"
endchoice
+config EMBTK_GCC_HAVE_MIRROR
+ bool "Use a gcc mirror"
+ help
+ specify an alternate location where to download gcc sources
+config EMBTK_GCC_HAVE_MIRROR_SITE
+ depends on EMBTK_GCC_HAVE_MIRROR
+ string "Mirror site"
+ default "ftp://ftp.lip6.fr/pub/gcc/releases/gcc-4.4.1"
+ help
+ specify an alternate location where to download gcc sources.
+
config EMBTK_GCC_MORE_LANGUAGES
bool "Support additional languages"
help