summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-01 14:14:09 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-01 14:14:09 +0100
commit9589986c7accccd4d1e4094b9dea3318e0bc5a73 (patch)
treedcc48aa349d18bcdf9cdc4b00967a208f8054132 /kconfig
parent5bfe0f4618dc878906529759986463c2971bb638 (diff)
downloadembtoolkit-9589986c7accccd4d1e4094b9dea3318e0bc5a73.tar.gz
embtoolkit-9589986c7accccd4d1e4094b9dea3318e0bc5a73.tar.bz2
embtoolkit-9589986c7accccd4d1e4094b9dea3318e0bc5a73.tar.xz
Toolchain: linux headers: remove gcc-4.4.x support
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/gcc.kconfig14
1 files changed, 0 insertions, 14 deletions
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