summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-07-25 11:36:01 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-07-25 11:36:01 +0200
commit3e6c41e602149647a37a945b9237b6673db9b300 (patch)
treee32af70fb0880f56c8be4d58a9e86b4266d932f1
parent7c7fb9a7de30c10c199a34e46b95517c6ecff7d9 (diff)
downloadembtoolkit-3e6c41e602149647a37a945b9237b6673db9b300.tar.gz
embtoolkit-3e6c41e602149647a37a945b9237b6673db9b300.tar.bz2
embtoolkit-3e6c41e602149647a37a945b9237b6673db9b300.tar.xz
Toolchain: gcc-4.8 update to v4.8.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 7a5eaed..72470eb 100644
--- a/core/toolchain/gcc/gcc.kconfig
+++ b/core/toolchain/gcc/gcc.kconfig
@@ -56,8 +56,8 @@ choice
help
gcc-4.8.x version used.
- config EMBTK_GCC_VERSION_4_8_2
- bool "gcc-4.8.2"
+ config EMBTK_GCC_VERSION_4_8_3
+ bool "gcc-4.8.3"
select EMBTK_GCC_NEED_PATCH
endchoice
@@ -119,7 +119,7 @@ config EMBTK_GCC_REFSPEC
#
config EMBTK_GCC_VERSION_STRING
string
- default "4.8.2" if EMBTK_GCC_VERSION_4_8_2
+ default "4.8.3" if EMBTK_GCC_VERSION_4_8_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