summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-07-28 00:47:47 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-07-28 00:47:47 +0200
commitd3626b4cd94b637238baa2ada233d748b45f43d1 (patch)
treed7046a0e6f292b6b3d5a11cec88aef842e05ff7d
parentc970ba72369cba043f8f8db711bd0ffdc1f589e0 (diff)
downloadembtoolkit-d3626b4cd94b637238baa2ada233d748b45f43d1.tar.gz
embtoolkit-d3626b4cd94b637238baa2ada233d748b45f43d1.tar.bz2
embtoolkit-d3626b4cd94b637238baa2ada233d748b45f43d1.tar.xz
Toolchain: gcc: update gcc-4.9 to v4.9.3
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-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 d7fabef..32686fe 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_2
- bool "gcc-4.9.2"
+ config EMBTK_GCC_VERSION_4_9_3
+ bool "gcc-4.9.3"
select EMBTK_GCC_NEED_PATCH
endchoice
@@ -107,7 +107,7 @@ config EMBTK_GCC_REFSPEC
#
config EMBTK_GCC_VERSION_STRING
string
- default "4.9.2" if EMBTK_GCC_VERSION_4_9_2
+ default "4.9.3" if EMBTK_GCC_VERSION_4_9_3
default "4.8.3" if EMBTK_GCC_VERSION_4_8_3
default "4.7.4" if EMBTK_GCC_VERSION_4_7_4
default "git" if EMBTK_GCC_VERSION_GIT