From 9a2e39826946f69bfbe92b8da8bc1f7bcefa52e4 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 25 Jul 2009 14:58:55 +0200 Subject: Toolchain: GCC: Allow users to specify where to download gcc sources Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/gcc.kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'kconfig/gcc.kconfig') 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 -- cgit v1.2.3