From a40b8a88573120f509af0cf690e4f2b4cf0d6900 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 13 Jul 2014 22:54:30 +0200 Subject: Toolchain: gcc-4.7.x: update to v4.7.4 Signed-off-by: Abdoulaye Walsimou Gaye --- core/toolchain/gcc/gcc.kconfig | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'core/toolchain/gcc') diff --git a/core/toolchain/gcc/gcc.kconfig b/core/toolchain/gcc/gcc.kconfig index 559acaf..7a5eaed 100644 --- a/core/toolchain/gcc/gcc.kconfig +++ b/core/toolchain/gcc/gcc.kconfig @@ -68,9 +68,8 @@ choice help gcc-4.7.x version used. - config EMBTK_GCC_VERSION_4_7_3 - bool "gcc-4.7.3" - select EMBTK_GCC_NEED_PATCH + config EMBTK_GCC_VERSION_4_7_4 + bool "gcc-4.7.4" endchoice # GCC-4.6.x @@ -121,7 +120,7 @@ config EMBTK_GCC_REFSPEC config EMBTK_GCC_VERSION_STRING string default "4.8.2" if EMBTK_GCC_VERSION_4_8_2 - default "4.7.3" if EMBTK_GCC_VERSION_4_7_3 + default "4.7.4" if EMBTK_GCC_VERSION_4_7_4 default "4.6.4" if EMBTK_GCC_VERSION_4_6_4 default "4.5.4" if EMBTK_GCC_VERSION_4_5_4 default "git" if EMBTK_GCC_VERSION_GIT -- cgit v1.2.3