summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-07-29 13:13:45 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-07-29 13:18:36 +0200
commited85549083c6cdf6c4b927d3e8dc94173d1f5e62 (patch)
tree133bf09f6018b2352c15efa14a9d53a4de8ecfa7
parent094c076b3bb63560ca4e02a51949cfdd1208e4e0 (diff)
downloadembtoolkit-ed85549083c6cdf6c4b927d3e8dc94173d1f5e62.tar.gz
embtoolkit-ed85549083c6cdf6c4b927d3e8dc94173d1f5e62.tar.bz2
embtoolkit-ed85549083c6cdf6c4b927d3e8dc94173d1f5e62.tar.xz
Toolchain: gcc: update v4.8.x to gcc-4.8.5
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 32686fe..7c7a5f2 100644
--- a/core/toolchain/gcc/gcc.kconfig
+++ b/core/toolchain/gcc/gcc.kconfig
@@ -66,8 +66,8 @@ choice
help
gcc-4.8.x version used.
- config EMBTK_GCC_VERSION_4_8_3
- bool "gcc-4.8.3"
+ config EMBTK_GCC_VERSION_4_8_5
+ bool "gcc-4.8.5"
select EMBTK_GCC_NEED_PATCH
endchoice
@@ -108,7 +108,7 @@ config EMBTK_GCC_REFSPEC
config EMBTK_GCC_VERSION_STRING
string
default "4.9.3" if EMBTK_GCC_VERSION_4_9_3
- default "4.8.3" if EMBTK_GCC_VERSION_4_8_3
+ 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