summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-05-22 19:25:45 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-05-22 19:25:45 +0200
commit4efb06430640897c82dd259e31ad09a9db5cd4e1 (patch)
tree18bcd14dfda41176a69441c70ef23dfbbe84a6f7 /kconfig
parenteed900642ce05c2a148ed94b23b75fa7f8309b39 (diff)
downloadembtoolkit-4efb06430640897c82dd259e31ad09a9db5cd4e1.tar.gz
embtoolkit-4efb06430640897c82dd259e31ad09a9db5cd4e1.tar.bz2
embtoolkit-4efb06430640897c82dd259e31ad09a9db5cd4e1.tar.xz
Toolchain: Add gcc-4.4.0
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/gcc.kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/kconfig/gcc.kconfig b/kconfig/gcc.kconfig
index 6e4d354..8b5a32e 100644
--- a/kconfig/gcc.kconfig
+++ b/kconfig/gcc.kconfig
@@ -27,7 +27,8 @@ choice
help
Here you can choose which version of gcc
you want to use
-
+ config EMBTK_GCC_VERSION_4_4_0
+ bool "gcc-4.4.0"
config EMBTK_GCC_VERSION_4_3_3
bool "gcc-4.3.3"
config EMBTK_GCC_VERSION_4_3_2
@@ -45,6 +46,7 @@ string "Additional CFLAGS"
config EMBTK_GCC_VERSION_STRING
string
+ default "4.4.0" if EMBTK_GCC_VERSION_4_4_0
default "4.3.3" if EMBTK_GCC_VERSION_4_3_3
default "4.3.2" if EMBTK_GCC_VERSION_4_3_3
default "4.2.4" if EMBTK_GCC_VERSION_4_2_4