From 9589986c7accccd4d1e4094b9dea3318e0bc5a73 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 1 Mar 2014 14:14:09 +0100 Subject: Toolchain: linux headers: remove gcc-4.4.x support Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/gcc.kconfig | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'kconfig') diff --git a/kconfig/gcc.kconfig b/kconfig/gcc.kconfig index d53c8b1..a4aa225 100644 --- a/kconfig/gcc.kconfig +++ b/kconfig/gcc.kconfig @@ -41,8 +41,6 @@ choice bool "gcc-4.6.x" config EMBTK_GCC_VERSION_4_5_X bool "gcc-4.5.x" - config EMBTK_GCC_VERSION_4_4_X - bool "gcc-4.4.x" config EMBTK_GCC_VERSION_GIT bool "Use GCC git repository" help @@ -97,17 +95,6 @@ choice bool "gcc-4.5.4" endchoice -# GCC-4.4.x -choice - prompt "Version of gcc-4.4.x you wish" - depends on EMBTK_GCC_VERSION_4_4_X - help - gcc-4.4.x version used. - - config EMBTK_GCC_VERSION_4_4_7 - bool "gcc-4.4.7" -endchoice - # # GIT repository options # @@ -137,7 +124,6 @@ config EMBTK_GCC_VERSION_STRING default "4.7.3" if EMBTK_GCC_VERSION_4_7_3 default "4.6.4" if EMBTK_GCC_VERSION_4_6_4 default "4.5.4" if EMBTK_GCC_VERSION_4_5_4 - default "4.4.7" if EMBTK_GCC_VERSION_4_4_7 default "git" if EMBTK_GCC_VERSION_GIT config EMBTK_GCC_NEED_PATCH -- cgit v1.2.3