summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-12-26 14:45:58 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-12-26 14:47:00 +0100
commit86adad13d3574d4e059c960abb41c6987e455cdb (patch)
treef4a06ba68d5f58c983cddf4a474169143c855309 /kconfig
parentbace0fe1f8ed5431b30a103f92ac8599aecb5b5d (diff)
downloadembtoolkit-86adad13d3574d4e059c960abb41c6987e455cdb.tar.gz
embtoolkit-86adad13d3574d4e059c960abb41c6987e455cdb.tar.bz2
embtoolkit-86adad13d3574d4e059c960abb41c6987e455cdb.tar.xz
Toolchain: gcc: remove support of gcc-4.1.x and gcc-4.2.x
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to '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
-