summaryrefslogtreecommitdiff
path: root/kconfig/gcc.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig/gcc.kconfig')
-rw-r--r--kconfig/gcc.kconfig7
1 files changed, 3 insertions, 4 deletions
diff --git a/kconfig/gcc.kconfig b/kconfig/gcc.kconfig
index cb86fe9..2d8095a 100644
--- a/kconfig/gcc.kconfig
+++ b/kconfig/gcc.kconfig
@@ -68,9 +68,8 @@ choice
help
gcc-4.6.x version used.
- config EMBTK_GCC_VERSION_4_6_3
- bool "gcc-4.6.3"
- select EMBTK_GCC_NEED_PATCH
+ config EMBTK_GCC_VERSION_4_6_4
+ bool "gcc-4.6.4"
endchoice
# GCC-4.5.x
@@ -121,7 +120,7 @@ config EMBTK_GCC_REFSPEC
config EMBTK_GCC_VERSION_STRING
string
default "4.7.2" if EMBTK_GCC_VERSION_4_7_2
- default "4.6.3" if EMBTK_GCC_VERSION_4_6_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
default "git" if EMBTK_GCC_VERSION_GIT