summaryrefslogtreecommitdiff
path: root/kconfig/gcc.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-10-19 17:39:54 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-10-19 17:39:54 +0200
commit4acb238ca8df6064f405936fc91d104e116b910d (patch)
tree3b696b918e20de3e44354ffd48eb90680b20faed /kconfig/gcc.kconfig
parent1970ed84827f42bbbdf3d99934a3850afda8ae55 (diff)
downloadembtoolkit-4acb238ca8df6064f405936fc91d104e116b910d.tar.gz
embtoolkit-4acb238ca8df6064f405936fc91d104e116b910d.tar.bz2
embtoolkit-4acb238ca8df6064f405936fc91d104e116b910d.tar.xz
Toolchain: GCC: add gcc-4.4.2
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'kconfig/gcc.kconfig')
-rw-r--r--kconfig/gcc.kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/kconfig/gcc.kconfig b/kconfig/gcc.kconfig
index 1951547..bd7fe33 100644
--- a/kconfig/gcc.kconfig
+++ b/kconfig/gcc.kconfig
@@ -27,6 +27,8 @@ choice
help
Here you can choose which version of gcc
you want to use
+ config EMBTK_GCC_VERSION_4_4_2
+ bool "gcc-4.4.2"
config EMBTK_GCC_VERSION_4_4_1
bool "gcc-4.4.1"
config EMBTK_GCC_VERSION_4_3_4
@@ -97,6 +99,7 @@ config EMBTK_GCC_LANGUAGE_FORTRAN
config EMBTK_GCC_VERSION_STRING
string
+ default "4.4.2" if EMBTK_GCC_VERSION_4_4_2
default "4.4.1" if EMBTK_GCC_VERSION_4_4_1
default "4.3.4" if EMBTK_GCC_VERSION_4_3_4
default "4.3.3" if EMBTK_GCC_VERSION_4_3_3