summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kconfig/gcc.kconfig13
1 files changed, 11 insertions, 2 deletions
diff --git a/kconfig/gcc.kconfig b/kconfig/gcc.kconfig
index 3ac9250..6e4d354 100644
--- a/kconfig/gcc.kconfig
+++ b/kconfig/gcc.kconfig
@@ -27,10 +27,11 @@ 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
+ bool "gcc-4.3.2"
config EMBTK_GCC_VERSION_4_2_4
bool "gcc-4.2.4"
config EMBTK_GCC_VERSION_4_1_2
@@ -41,3 +42,11 @@ config EMBTK_GCC_CFLAGS
string "Additional CFLAGS"
help
additional CFLAGS to use at build time
+
+config EMBTK_GCC_VERSION_STRING
+ string
+ 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
+ default "4.1.2" if EMBTK_GCC_VERSION_4_1_2
+