summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/gcc.kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/kconfig/gcc.kconfig b/kconfig/gcc.kconfig
index 37cdc97..18ec326 100644
--- a/kconfig/gcc.kconfig
+++ b/kconfig/gcc.kconfig
@@ -62,6 +62,9 @@ choice
help
Here you can choose which version of gcc-4.4.x you want to use
+ config EMBTK_GCC_VERSION_4_4_5
+ bool "gcc-4.4.5"
+ select EMBTK_GCC_NEED_PATCH
config EMBTK_GCC_VERSION_4_4_4
bool "gcc-4.4.4"
select EMBTK_GCC_NEED_PATCH
@@ -193,6 +196,7 @@ config EMBTK_GCC_VERSION_STRING
string
default "4.5.1" if EMBTK_GCC_VERSION_4_5_1
default "4.5.0" if EMBTK_GCC_VERSION_4_5_0
+ default "4.4.5" if EMBTK_GCC_VERSION_4_4_5
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