summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-03-03 23:33:56 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-03-03 23:33:56 +0100
commit4cd0ec5ff418bb9df1d64c01d72935b85ce1e3ca (patch)
treeba4db352e652f741a5c2dc6919e3847319a77692
parent930317ee227761957f7f3d0af6df3eba82d10064 (diff)
downloadembtoolkit-4cd0ec5ff418bb9df1d64c01d72935b85ce1e3ca.tar.gz
embtoolkit-4cd0ec5ff418bb9df1d64c01d72935b85ce1e3ca.tar.bz2
embtoolkit-4cd0ec5ff418bb9df1d64c01d72935b85ce1e3ca.tar.xz
Toolchain: gcc: add gcc-4.6.3
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--kconfig/gcc.kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/kconfig/gcc.kconfig b/kconfig/gcc.kconfig
index a1c016a..0704a7b 100644
--- a/kconfig/gcc.kconfig
+++ b/kconfig/gcc.kconfig
@@ -51,8 +51,12 @@ choice
help
Here you can choose which version of gcc-4.6.x you want to use
+ config EMBTK_GCC_VERSION_4_6_3
+ bool "gcc-4.6.3"
+ select EMBTK_GCC_NEED_PATCH
config EMBTK_GCC_VERSION_4_6_2
bool "gcc-4.6.2"
+ depends on EMBTK_OLDPACKAGES
select EMBTK_GCC_NEED_PATCH
endchoice
@@ -197,6 +201,7 @@ config EMBTK_GCC_LANGUAGE_FORTRAN
config EMBTK_GCC_VERSION_STRING
string
+ default "4.6.3" if EMBTK_GCC_VERSION_4_6_3
default "4.6.2" if EMBTK_GCC_VERSION_4_6_2
default "4.5.3" if EMBTK_GCC_VERSION_4_5_3
default "4.5.2" if EMBTK_GCC_VERSION_4_5_2