summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-10-05 20:07:07 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-10-05 20:07:07 +0200
commit6f2064e7099a359752c9d3c8a678bc6026b423fb (patch)
tree482c77d3689072c1697508f773a06ab8f22f2ae2
parentbade25abe1805706bb12577e69ed9c5a87d74b0e (diff)
downloadembtoolkit-6f2064e7099a359752c9d3c8a678bc6026b423fb.tar.gz
embtoolkit-6f2064e7099a359752c9d3c8a678bc6026b423fb.tar.bz2
embtoolkit-6f2064e7099a359752c9d3c8a678bc6026b423fb.tar.xz
Toolchain: gcc: drop v4.5 and v4.6 support
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--core/toolchain/gcc/gcc.kconfig28
1 files changed, 0 insertions, 28 deletions
diff --git a/core/toolchain/gcc/gcc.kconfig b/core/toolchain/gcc/gcc.kconfig
index 1efaf12..d3e9622 100644
--- a/core/toolchain/gcc/gcc.kconfig
+++ b/core/toolchain/gcc/gcc.kconfig
@@ -37,10 +37,6 @@ choice
bool "gcc-4.8.x"
config EMBTK_GCC_VERSION_4_7_X
bool "gcc-4.7.x"
- config EMBTK_GCC_VERSION_4_6_X
- bool "gcc-4.6.x"
- config EMBTK_GCC_VERSION_4_5_X
- bool "gcc-4.5.x"
config EMBTK_GCC_VERSION_GIT
bool "Use GCC git repository"
help
@@ -72,28 +68,6 @@ choice
bool "gcc-4.7.4"
endchoice
-# GCC-4.6.x
-choice
- prompt "Version of gcc-4.6.x you wish"
- depends on EMBTK_GCC_VERSION_4_6_X
- help
- gcc-4.6.x version used.
-
- config EMBTK_GCC_VERSION_4_6_4
- bool "gcc-4.6.4"
-endchoice
-
-# GCC-4.5.x
-choice
- prompt "Version of gcc-4.5.x you wish"
- depends on EMBTK_GCC_VERSION_4_5_X
- help
- gcc-4.5.x version used.
-
- config EMBTK_GCC_VERSION_4_5_4
- bool "gcc-4.5.4"
-endchoice
-
#
# GIT repository options
#
@@ -121,8 +95,6 @@ config EMBTK_GCC_VERSION_STRING
string
default "4.8.3" if EMBTK_GCC_VERSION_4_8_3
default "4.7.4" if EMBTK_GCC_VERSION_4_7_4
- default "4.6.4" if EMBTK_GCC_VERSION_4_6_4
- default "4.5.4" if EMBTK_GCC_VERSION_4_5_4
default "git" if EMBTK_GCC_VERSION_GIT
config EMBTK_GCC_NEED_PATCH