summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kconfig/gcc.kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/kconfig/gcc.kconfig b/kconfig/gcc.kconfig
index 8fd8acf..449e7f5 100644
--- a/kconfig/gcc.kconfig
+++ b/kconfig/gcc.kconfig
@@ -34,6 +34,8 @@ choice
help
Here you can choose which GCC series you want to use.
+ config EMBTK_GCC_VERSION_4_6_X
+ bool "gcc-4.6.x"
config EMBTK_GCC_VERSION_4_5_X
bool "gcc-4.5.x"
config EMBTK_GCC_VERSION_4_4_X
@@ -42,6 +44,17 @@ choice
bool "gcc-4.3.x"
endchoice
+# GCC-4.6.x
+choice
+ prompt "Version of gcc-4.6.x you wish"
+ depends on EMBTK_GCC_VERSION_4_6_X
+ help
+ Here you can choose which version of gcc-4.6.x you want to use
+
+ config EMBTK_GCC_VERSION_4_6_2
+ bool "gcc-4.6.2"
+endchoice
+
# GCC-4.5.x
choice
prompt "Version of gcc-4.5.x you wish"
@@ -187,6 +200,7 @@ config EMBTK_GCC_LANGUAGE_FORTRAN
config EMBTK_GCC_VERSION_STRING
string
+ 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
default "4.5.1" if EMBTK_GCC_VERSION_4_5_1