summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-01-22 00:51:57 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-01-22 00:51:57 +0100
commit316c10a1bf3a2ce5e3889aeb1965eb40e0d07a06 (patch)
tree73d974cf63533c78e742a874f90d3fdfc48f1e04 /kconfig
parent2e1b6bfda921dcb853141304b2c487b1c61d6a30 (diff)
downloadembtoolkit-316c10a1bf3a2ce5e3889aeb1965eb40e0d07a06.tar.gz
embtoolkit-316c10a1bf3a2ce5e3889aeb1965eb40e0d07a06.tar.bz2
embtoolkit-316c10a1bf3a2ce5e3889aeb1965eb40e0d07a06.tar.xz
Toolchain: add gcc-4.6.2 patches and move all gcc-4.3.x to old
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/gcc.kconfig25
1 files changed, 4 insertions, 21 deletions
diff --git a/kconfig/gcc.kconfig b/kconfig/gcc.kconfig
index e6ffa57..a1c016a 100644
--- a/kconfig/gcc.kconfig
+++ b/kconfig/gcc.kconfig
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2009-2011 Abdoulaye Walsimou GAYE.
+# Copyright(C) 2009-2012 Abdoulaye Walsimou GAYE.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -41,6 +41,7 @@ choice
bool "gcc-4.4.x"
config EMBTK_GCC_VERSION_4_3_X
bool "gcc-4.3.x"
+ depends on EMBTK_OLDPACKAGES
endchoice
# GCC-4.6.x
@@ -52,6 +53,7 @@ choice
config EMBTK_GCC_VERSION_4_6_2
bool "gcc-4.6.2"
+ select EMBTK_GCC_NEED_PATCH
endchoice
# GCC-4.5.x
@@ -120,18 +122,14 @@ choice
bool "gcc-4.3.6"
config EMBTK_GCC_VERSION_4_3_5
bool "gcc-4.3.5"
- depends on EMBTK_OLDPACKAGES
select EMBTK_GCC_NEED_PATCH
config EMBTK_GCC_VERSION_4_3_4
- depends on EMBTK_OLDPACKAGES
bool "gcc-4.3.4"
select EMBTK_GCC_NEED_PATCH
config EMBTK_GCC_VERSION_4_3_3
- depends on EMBTK_OLDPACKAGES
bool "gcc-4.3.3"
select EMBTK_GCC_NEED_PATCH
config EMBTK_GCC_VERSION_4_3_2
- depends on EMBTK_OLDPACKAGES
bool "gcc-4.3.2"
select EMBTK_GCC_NEED_PATCH
endchoice
@@ -221,39 +219,24 @@ config EMBTK_GCC_NEED_PATCH
select EMBTK_GCC1_NEED_PATCH
select EMBTK_GCC2_NEED_PATCH
select EMBTK_GCC3_NEED_PATCH
+
config EMBTK_GCC_NEED_AUTORECONF
bool
select EMBTK_GCC1_NEED_AUTORECONF
select EMBTK_GCC2_NEED_AUTORECONF
select EMBTK_GCC3_NEED_AUTORECONF
-config EMBTK_GCC_PKG_IS_TARGZ
- bool
-config EMBTK_GCC_PKG_IS_TARBZ2
- bool
config EMBTK_GCC1_NEED_PATCH
bool
config EMBTK_GCC1_NEED_AUTORECONF
bool
-config EMBTK_GCC1_PKG_IS_TARGZ
- bool
-config EMBTK_GCC1_PKG_IS_TARBZ2
- bool
config EMBTK_GCC2_NEED_PATCH
bool
config EMBTK_GCC2_NEED_AUTORECONF
bool
-config EMBTK_GCC2_PKG_IS_TARGZ
- bool
-config EMBTK_GCC2_PKG_IS_TARBZ2
- bool
config EMBTK_GCC3_NEED_PATCH
bool
config EMBTK_GCC3_NEED_AUTORECONF
bool
-config EMBTK_GCC3_PKG_IS_TARGZ
- bool
-config EMBTK_GCC3_PKG_IS_TARBZ2
- bool