summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-04-13 01:28:30 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-04-13 01:28:30 +0200
commit51a572296c9ade2b4e6a971fbd963f7af9c95ea8 (patch)
tree14e01eb485848f9033743ce1d8bcfdff2580976b
parent8f005bc784bcadc94acdc0241d529f65dbc13070 (diff)
downloadembtoolkit-51a572296c9ade2b4e6a971fbd963f7af9c95ea8.tar.gz
embtoolkit-51a572296c9ade2b4e6a971fbd963f7af9c95ea8.tar.bz2
embtoolkit-51a572296c9ade2b4e6a971fbd963f7af9c95ea8.tar.xz
Toolchain: gcc: add gcc-4.7.3 and remove gcc-4.7.2
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--kconfig/gcc.kconfig7
1 files changed, 3 insertions, 4 deletions
diff --git a/kconfig/gcc.kconfig b/kconfig/gcc.kconfig
index 2d8095a..34e357d 100644
--- a/kconfig/gcc.kconfig
+++ b/kconfig/gcc.kconfig
@@ -56,9 +56,8 @@ choice
help
gcc-4.7.x version used.
- config EMBTK_GCC_VERSION_4_7_2
- bool "gcc-4.7.2"
- select EMBTK_GCC_NEED_PATCH
+ config EMBTK_GCC_VERSION_4_7_3
+ bool "gcc-4.7.3"
endchoice
# GCC-4.6.x
@@ -119,7 +118,7 @@ config EMBTK_GCC_REFSPEC
#
config EMBTK_GCC_VERSION_STRING
string
- default "4.7.2" if EMBTK_GCC_VERSION_4_7_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
default "4.4.7" if EMBTK_GCC_VERSION_4_4_7