From 20ccd17b00004d30f251ead49f1703a1336bea0f Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 24 Jan 2010 00:09:58 +0100 Subject: Toolchain: GCC: Introduce build of toolchain based on gcc-4.4.3 Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/gcc.kconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kconfig/gcc.kconfig b/kconfig/gcc.kconfig index aae4c7d..08e6f83 100644 --- a/kconfig/gcc.kconfig +++ b/kconfig/gcc.kconfig @@ -23,11 +23,13 @@ ################################################################################ choice prompt "Version of gcc you wish" - default EMBTK_GCC_VERSION_4_3_4 help Here you can choose which version of gcc you want to use + config EMBTK_GCC_VERSION_4_4_3 + bool "gcc-4.4.3" config EMBTK_GCC_VERSION_4_4_2 + depends on EMBTK_OLDPACKAGES bool "gcc-4.4.2" select EMBTK_GCC_NEED_PATCH config EMBTK_GCC_VERSION_4_4_1 @@ -118,6 +120,7 @@ config EMBTK_GCC_LANGUAGE_FORTRAN config EMBTK_GCC_VERSION_STRING 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.4" if EMBTK_GCC_VERSION_4_3_4 -- cgit v1.2.3