summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kconfig/gcc.kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/kconfig/gcc.kconfig b/kconfig/gcc.kconfig
index 7f82fd5..6b6a838 100644
--- a/kconfig/gcc.kconfig
+++ b/kconfig/gcc.kconfig
@@ -29,7 +29,10 @@ choice
config EMBTK_GCC_VERSION_4_5_0
bool "gcc-4.5.0"
+ config EMBTK_GCC_VERSION_4_4_4
+ bool "gcc-4.4.4"
config EMBTK_GCC_VERSION_4_4_3
+ depends on EMBTK_OLDPACKAGES
bool "gcc-4.4.3"
select EMBTK_GCC_NEED_PATCH
config EMBTK_GCC_VERSION_4_4_2
@@ -40,7 +43,10 @@ choice
depends on EMBTK_OLDPACKAGES
bool "gcc-4.4.1"
select EMBTK_GCC_NEED_PATCH
+ config EMBTK_GCC_VERSION_4_3_5
+ bool "gcc-4.3.5"
config EMBTK_GCC_VERSION_4_3_4
+ depends on EMBTK_OLDPACKAGES
bool "gcc-4.3.4"
select EMBTK_GCC_NEED_PATCH
config EMBTK_GCC_VERSION_4_3_3
@@ -125,9 +131,11 @@ config EMBTK_GCC_LANGUAGE_FORTRAN
config EMBTK_GCC_VERSION_STRING
string
default "4.5.0" if EMBTK_GCC_VERSION_4_5_0
+ default "4.4.4" if EMBTK_GCC_VERSION_4_4_4
default "4.4.3" if EMBTK_GCC_VERSION_4_4_3
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.5" if EMBTK_GCC_VERSION_4_3_5
default "4.3.4" if EMBTK_GCC_VERSION_4_3_4
default "4.3.3" if EMBTK_GCC_VERSION_4_3_3
default "4.3.2" if EMBTK_GCC_VERSION_4_3_2