summaryrefslogtreecommitdiff
path: root/kconfig/gcc.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-10-28 22:23:57 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-10-28 22:23:57 +0100
commit46607afa82667864700473d4c530751635a9650a (patch)
tree93daf8de0a1a9d53138f41b1a10d7f67e57a8f51 /kconfig/gcc.kconfig
parentf202f26f9a1caeb813c2e4b949a906a47d4c36de (diff)
downloadembtoolkit-46607afa82667864700473d4c530751635a9650a.tar.gz
embtoolkit-46607afa82667864700473d4c530751635a9650a.tar.bz2
embtoolkit-46607afa82667864700473d4c530751635a9650a.tar.xz
Toolchain: gcc: keep only latest version of each major release supported
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig/gcc.kconfig')
-rw-r--r--kconfig/gcc.kconfig55
1 files changed, 3 insertions, 52 deletions
diff --git a/kconfig/gcc.kconfig b/kconfig/gcc.kconfig
index 58d513d..88e3fb9 100644
--- a/kconfig/gcc.kconfig
+++ b/kconfig/gcc.kconfig
@@ -52,15 +52,11 @@ choice
prompt "Version of gcc-4.6.x you wish"
depends on EMBTK_GCC_VERSION_4_6_X
help
- Here you can choose which version of gcc-4.6.x you want to use
+ gcc-4.6.x version used.
config EMBTK_GCC_VERSION_4_6_3
bool "gcc-4.6.3"
select EMBTK_GCC_NEED_PATCH
- config EMBTK_GCC_VERSION_4_6_2
- bool "gcc-4.6.2"
- depends on EMBTK_OLDPACKAGES
- select EMBTK_GCC_NEED_PATCH
endchoice
# GCC-4.5.x
@@ -68,21 +64,10 @@ choice
prompt "Version of gcc-4.5.x you wish"
depends on EMBTK_GCC_VERSION_4_5_X
help
- Here you can choose which version of gcc-4.5.x you want to use
+ gcc-4.5.x version used.
config EMBTK_GCC_VERSION_4_5_4
bool "gcc-4.5.4"
- config EMBTK_GCC_VERSION_4_5_3
- bool "gcc-4.5.3"
- select EMBTK_GCC_NEED_PATCH
- config EMBTK_GCC_VERSION_4_5_2
- bool "gcc-4.5.2"
- depends on EMBTK_OLDPACKAGES
- select EMBTK_GCC_NEED_PATCH
- config EMBTK_GCC_VERSION_4_5_1
- bool "gcc-4.5.1"
- depends on EMBTK_OLDPACKAGES
- select EMBTK_GCC_NEED_PATCH
endchoice
# GCC-4.4.x
@@ -90,34 +75,10 @@ choice
prompt "Version of gcc-4.4.x you wish"
depends on EMBTK_GCC_VERSION_4_4_X
help
- Here you can choose which version of gcc-4.4.x you want to use
+ gcc-4.4.x version used.
config EMBTK_GCC_VERSION_4_4_7
bool "gcc-4.4.7"
- config EMBTK_GCC_VERSION_4_4_6
- bool "gcc-4.4.6"
- depends on EMBTK_OLDPACKAGES
- select EMBTK_GCC_NEED_PATCH
- config EMBTK_GCC_VERSION_4_4_5
- bool "gcc-4.4.5"
- depends on EMBTK_OLDPACKAGES
- select EMBTK_GCC_NEED_PATCH
- config EMBTK_GCC_VERSION_4_4_4
- bool "gcc-4.4.4"
- depends on EMBTK_OLDPACKAGES
- select EMBTK_GCC_NEED_PATCH
- config EMBTK_GCC_VERSION_4_4_3
- depends on EMBTK_OLDPACKAGES
- bool "gcc-4.4.3"
- select EMBTK_GCC_NEED_PATCH
- config EMBTK_GCC_VERSION_4_4_2
- depends on EMBTK_OLDPACKAGES
- bool "gcc-4.4.2"
- select EMBTK_GCC_NEED_PATCH
- config EMBTK_GCC_VERSION_4_4_1
- depends on EMBTK_OLDPACKAGES
- bool "gcc-4.4.1"
- select EMBTK_GCC_NEED_PATCH
endchoice
#
@@ -146,18 +107,8 @@ config EMBTK_GCC_REFSPEC
config EMBTK_GCC_VERSION_STRING
string
default "4.6.3" if EMBTK_GCC_VERSION_4_6_3
- default "4.6.2" if EMBTK_GCC_VERSION_4_6_2
default "4.5.4" if EMBTK_GCC_VERSION_4_5_4
- default "4.5.3" if EMBTK_GCC_VERSION_4_5_3
- default "4.5.2" if EMBTK_GCC_VERSION_4_5_2
- default "4.5.1" if EMBTK_GCC_VERSION_4_5_1
default "4.4.7" if EMBTK_GCC_VERSION_4_4_7
- default "4.4.6" if EMBTK_GCC_VERSION_4_4_6
- default "4.4.5" if EMBTK_GCC_VERSION_4_4_5
- default "4.4.4" if EMBTK_GCC_VERSION_4_4_4
- default "4.4.3" if EMBTK_GCC_VERSION_4_4_3
- default "4.4.2" if EMBTK_GCC_VERSION_4_4_2
- default "4.4.1" if EMBTK_GCC_VERSION_4_4_1
default "git" if EMBTK_GCC_VERSION_GIT
config EMBTK_GCC_NEED_PATCH