summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-11-24 18:18:03 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-11-24 18:18:03 +0100
commit8f6c4a68d84d16e4f87b3e4dfeb7853661d8ad66 (patch)
tree9b883ad24a432befce071b86b0792b7a823555a0 /kconfig
parentb252f5b41109a73ffb2c15c68e3b229611083a58 (diff)
downloadembtoolkit-8f6c4a68d84d16e4f87b3e4dfeb7853661d8ad66.tar.gz
embtoolkit-8f6c4a68d84d16e4f87b3e4dfeb7853661d8ad66.tar.bz2
embtoolkit-8f6c4a68d84d16e4f87b3e4dfeb7853661d8ad66.tar.xz
Toolchain: gcc: update gcc-4.8.x to v4.8.2 and add associated patches
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/gcc.kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/kconfig/gcc.kconfig b/kconfig/gcc.kconfig
index 5b77d97..e6f327e 100644
--- a/kconfig/gcc.kconfig
+++ b/kconfig/gcc.kconfig
@@ -58,8 +58,8 @@ choice
help
gcc-4.8.x version used.
- config EMBTK_GCC_VERSION_4_8_1
- bool "gcc-4.8.1"
+ config EMBTK_GCC_VERSION_4_8_2
+ bool "gcc-4.8.2"
select EMBTK_GCC_NEED_PATCH
endchoice
@@ -133,7 +133,7 @@ config EMBTK_GCC_REFSPEC
#
config EMBTK_GCC_VERSION_STRING
string
- default "4.8.1" if EMBTK_GCC_VERSION_4_8_1
+ default "4.8.2" if EMBTK_GCC_VERSION_4_8_2
default "4.7.3" if EMBTK_GCC_VERSION_4_7_3
default "4.6.4" if EMBTK_GCC_VERSION_4_6_4
default "4.5.4" if EMBTK_GCC_VERSION_4_5_4