summaryrefslogtreecommitdiff
path: root/core/toolchain/gcc
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-07-13 22:54:30 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-07-13 22:54:30 +0200
commita40b8a88573120f509af0cf690e4f2b4cf0d6900 (patch)
tree2fe3167c149e98554e844d4ea9fd6c2436ad4674 /core/toolchain/gcc
parent582d6c8295853122a66758a0812c26d17fcdde7a (diff)
downloadembtoolkit-a40b8a88573120f509af0cf690e4f2b4cf0d6900.tar.gz
embtoolkit-a40b8a88573120f509af0cf690e4f2b4cf0d6900.tar.bz2
embtoolkit-a40b8a88573120f509af0cf690e4f2b4cf0d6900.tar.xz
Toolchain: gcc-4.7.x: update to v4.7.4
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'core/toolchain/gcc')
-rw-r--r--core/toolchain/gcc/gcc.kconfig7
1 files changed, 3 insertions, 4 deletions
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