summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2016-08-21 15:46:59 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2016-08-21 15:46:59 +0200
commit56abfd5241d57e1d497c8acd7396a45af0652f0c (patch)
tree8ec27166b59ca80d54ea694dd0fa35896ae07806 /core
parented3ce7f9ed7821aa4b821bbe09b0de0da7c8b586 (diff)
downloadembtoolkit-56abfd5241d57e1d497c8acd7396a45af0652f0c.tar.gz
embtoolkit-56abfd5241d57e1d497c8acd7396a45af0652f0c.tar.bz2
embtoolkit-56abfd5241d57e1d497c8acd7396a45af0652f0c.tar.xz
Toolchain: gcc-4.9.x: update to v4.9.4
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'core')
-rw-r--r--core/toolchain/gcc/gcc.kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/toolchain/gcc/gcc.kconfig b/core/toolchain/gcc/gcc.kconfig
index 7c7a5f2..b588490 100644
--- a/core/toolchain/gcc/gcc.kconfig
+++ b/core/toolchain/gcc/gcc.kconfig
@@ -54,8 +54,8 @@ choice
help
gcc-4.9.x version used.
- config EMBTK_GCC_VERSION_4_9_3
- bool "gcc-4.9.3"
+ config EMBTK_GCC_VERSION_4_9_4
+ bool "gcc-4.9.4"
select EMBTK_GCC_NEED_PATCH
endchoice
@@ -107,7 +107,7 @@ config EMBTK_GCC_REFSPEC
#
config EMBTK_GCC_VERSION_STRING
string
- default "4.9.3" if EMBTK_GCC_VERSION_4_9_3
+ default "4.9.4" if EMBTK_GCC_VERSION_4_9_4
default "4.8.5" if EMBTK_GCC_VERSION_4_8_5
default "4.7.4" if EMBTK_GCC_VERSION_4_7_4
default "git" if EMBTK_GCC_VERSION_GIT