summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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