summaryrefslogtreecommitdiff
path: root/kconfig/gcc.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-03-04 16:42:28 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-03-04 16:42:28 +0100
commit1670337bf917287213269238e1a2528b91c90a08 (patch)
tree7b2222faac1c85ba4c27a9b0173870c3d96096c8 /kconfig/gcc.kconfig
parent162bcc9df86accc86cbecbdf919ee6b2ad404431 (diff)
downloadembtoolkit-1670337bf917287213269238e1a2528b91c90a08.tar.gz
embtoolkit-1670337bf917287213269238e1a2528b91c90a08.tar.bz2
embtoolkit-1670337bf917287213269238e1a2528b91c90a08.tar.xz
Toolchain: gcc: remove support of gcc-4.3.x
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig/gcc.kconfig')
-rw-r--r--kconfig/gcc.kconfig26
1 files changed, 0 insertions, 26 deletions
diff --git a/kconfig/gcc.kconfig b/kconfig/gcc.kconfig
index 0704a7b..e5a9e5a 100644
--- a/kconfig/gcc.kconfig
+++ b/kconfig/gcc.kconfig
@@ -39,9 +39,6 @@ choice
bool "gcc-4.5.x"
config EMBTK_GCC_VERSION_4_4_X
bool "gcc-4.4.x"
- config EMBTK_GCC_VERSION_4_3_X
- bool "gcc-4.3.x"
- depends on EMBTK_OLDPACKAGES
endchoice
# GCC-4.6.x
@@ -115,29 +112,6 @@ choice
select EMBTK_GCC_NEED_PATCH
endchoice
-# GCC-4.3.x
-choice
- prompt "Version of gcc-4.3.x you wish"
- depends on EMBTK_GCC_VERSION_4_3_X
- help
- Here you can choose which version of gcc-4.3.x you want to use
-
- config EMBTK_GCC_VERSION_4_3_6
- bool "gcc-4.3.6"
- config EMBTK_GCC_VERSION_4_3_5
- bool "gcc-4.3.5"
- select EMBTK_GCC_NEED_PATCH
- config EMBTK_GCC_VERSION_4_3_4
- bool "gcc-4.3.4"
- select EMBTK_GCC_NEED_PATCH
- config EMBTK_GCC_VERSION_4_3_3
- bool "gcc-4.3.3"
- select EMBTK_GCC_NEED_PATCH
- config EMBTK_GCC_VERSION_4_3_2
- bool "gcc-4.3.2"
- select EMBTK_GCC_NEED_PATCH
-endchoice
-
config EMBTK_GCC_HAVE_MIRROR
bool "Use a gcc mirror"
help