From 6f2064e7099a359752c9d3c8a678bc6026b423fb Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 5 Oct 2014 20:07:07 +0200 Subject: Toolchain: gcc: drop v4.5 and v4.6 support Signed-off-by: Abdoulaye Walsimou Gaye --- core/toolchain/gcc/gcc.kconfig | 28 ---------------------------- 1 file changed, 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 -- cgit v1.2.3