summaryrefslogtreecommitdiff
path: root/kconfig/gcc.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig/gcc.kconfig')
-rw-r--r--kconfig/gcc.kconfig33
1 files changed, 1 insertions, 32 deletions
diff --git a/kconfig/gcc.kconfig b/kconfig/gcc.kconfig
index f47f20a..95cab6d 100644
--- a/kconfig/gcc.kconfig
+++ b/kconfig/gcc.kconfig
@@ -34,10 +34,6 @@ choice
bool "gcc-4.4.x"
config EMBTK_GCC_VERSION_4_3_X
bool "gcc-4.3.x"
- config EMBTK_GCC_VERSION_4_2_X
- bool "gcc-4.2.x"
- config EMBTK_GCC_VERSION_4_1_X
- bool "gcc-4.1.x"
endchoice
# GCC-4.5.x
@@ -107,29 +103,6 @@ choice
select EMBTK_GCC_NEED_PATCH
endchoice
-# GCC-4.2.x
-choice
- prompt "Version of gcc-4.2.x you wish"
- depends on EMBTK_GCC_VERSION_4_2_X
- help
- Here you can choose which version of gcc-4.2.x you want to use
-
- config EMBTK_GCC_VERSION_4_2_4
- bool "gcc-4.2.4"
-endchoice
-
-# GCC-4.1.x
-choice
- prompt "Version of gcc-4.1.x you wish"
- depends on EMBTK_GCC_VERSION_4_1_X
- help
- Here you can choose which version of gcc-4.1.x you want to use
-
- config EMBTK_GCC_VERSION_4_1_2
- bool "gcc-4.1.2"
- select EMBTK_GCC_NEED_PATCH
-endchoice
-
config EMBTK_GCC_NEED_PATCH
bool
@@ -140,9 +113,8 @@ config EMBTK_GCC_HAVE_MIRROR
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.
+ specify an alternate location where to download gcc sources.
config EMBTK_GCC_MORE_LANGUAGES
bool "Support additional languages"
@@ -208,6 +180,3 @@ config EMBTK_GCC_VERSION_STRING
default "4.3.4" if EMBTK_GCC_VERSION_4_3_4
default "4.3.3" if EMBTK_GCC_VERSION_4_3_3
default "4.3.2" if EMBTK_GCC_VERSION_4_3_2
- default "4.2.4" if EMBTK_GCC_VERSION_4_2_4
- default "4.1.2" if EMBTK_GCC_VERSION_4_1_2
-