summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-06-29 21:51:52 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-06-29 21:51:52 +0200
commit70808dd95b9b7296ae05269fa3d52aeef63d7e0c (patch)
treea59bfe1e996022c454fadc3fb9f5446041daf97f /kconfig
parentc2f277a12b399d00e28a4b1fcd94fd0173e8274a (diff)
downloadembtoolkit-70808dd95b9b7296ae05269fa3d52aeef63d7e0c.tar.gz
embtoolkit-70808dd95b9b7296ae05269fa3d52aeef63d7e0c.tar.bz2
embtoolkit-70808dd95b9b7296ae05269fa3d52aeef63d7e0c.tar.xz
Toolchain: gcc: Add gcc-4.3.6 and tag gcc-4.3.5 as old
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
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 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