summaryrefslogtreecommitdiff
path: root/kconfig/gcc.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig/gcc.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 e89fe2d..25d930d 100644
--- a/kconfig/gcc.kconfig
+++ b/kconfig/gcc.kconfig
@@ -98,8 +98,11 @@ choice
help
Here you can choose which version of gcc-4.3.x you want to use
+ config EMBTK_GCC_VERSION_4_3_6
+ bool "gcc-4.3.6"
config EMBTK_GCC_VERSION_4_3_5
bool "gcc-4.3.5"
+ depends on EMBTK_OLDPACKAGES
select EMBTK_GCC_NEED_PATCH
config EMBTK_GCC_VERSION_4_3_4
depends on EMBTK_OLDPACKAGES
@@ -190,6 +193,7 @@ config EMBTK_GCC_VERSION_STRING
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.6" if EMBTK_GCC_VERSION_4_3_6
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