summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-05-01 01:35:21 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-05-01 01:35:21 +0200
commit0c61e796a6a1671afe1e0fa9891163129ef8fc62 (patch)
treef96d12d66a605a566bbe33b82662b60a4e64362b /kconfig
parentaf6cb149472c9e30c6d7a0bdaffd1d75f5db900d (diff)
downloadembtoolkit-0c61e796a6a1671afe1e0fa9891163129ef8fc62.tar.gz
embtoolkit-0c61e796a6a1671afe1e0fa9891163129ef8fc62.tar.bz2
embtoolkit-0c61e796a6a1671afe1e0fa9891163129ef8fc62.tar.xz
Toolchain: gcc: add gcc-4.4.6 and gcc-4.5.3
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/gcc.kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/kconfig/gcc.kconfig b/kconfig/gcc.kconfig
index 187cdf2..d21620b 100644
--- a/kconfig/gcc.kconfig
+++ b/kconfig/gcc.kconfig
@@ -43,6 +43,9 @@ choice
help
Here you can choose which version of gcc-4.5.x you want to use
+ config EMBTK_GCC_VERSION_4_5_3
+ bool "gcc-4.5.3"
+ select EMBTK_GCC_NEED_PATCH
config EMBTK_GCC_VERSION_4_5_2
bool "gcc-4.5.2"
select EMBTK_GCC_NEED_PATCH
@@ -61,6 +64,9 @@ choice
help
Here you can choose which version of gcc-4.4.x you want to use
+ config EMBTK_GCC_VERSION_4_4_6
+ bool "gcc-4.4.6"
+ select EMBTK_GCC_NEED_PATCH
config EMBTK_GCC_VERSION_4_4_5
bool "gcc-4.4.5"
select EMBTK_GCC_NEED_PATCH
@@ -170,9 +176,11 @@ config EMBTK_GCC_LANGUAGE_FORTRAN
config EMBTK_GCC_VERSION_STRING
string
+ default "4.5.3" if EMBTK_GCC_VERSION_4_5_3
default "4.5.2" if EMBTK_GCC_VERSION_4_5_2
default "4.5.1" if EMBTK_GCC_VERSION_4_5_1
default "4.5.0" if EMBTK_GCC_VERSION_4_5_0
+ default "4.4.6" if EMBTK_GCC_VERSION_4_4_6
default "4.4.5" if EMBTK_GCC_VERSION_4_4_5
default "4.4.4" if EMBTK_GCC_VERSION_4_4_4
default "4.4.3" if EMBTK_GCC_VERSION_4_4_3