summaryrefslogtreecommitdiff
path: root/core/toolchain/gcc/gcc.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'core/toolchain/gcc/gcc.kconfig')
-rw-r--r--core/toolchain/gcc/gcc.kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/core/toolchain/gcc/gcc.kconfig b/core/toolchain/gcc/gcc.kconfig
index d3e9622..d7fabef 100644
--- a/core/toolchain/gcc/gcc.kconfig
+++ b/core/toolchain/gcc/gcc.kconfig
@@ -33,6 +33,8 @@ choice
help
Here you can choose which GCC series you want to use.
+ config EMBTK_GCC_VERSION_4_9_X
+ bool "gcc-4.9.x"
config EMBTK_GCC_VERSION_4_8_X
bool "gcc-4.8.x"
config EMBTK_GCC_VERSION_4_7_X
@@ -45,6 +47,18 @@ choice
See http://gcc.gnu.org/git/?p=gcc.git
endchoice
+# GCC-4.9.x
+choice
+ prompt "Version of gcc-4.9.x you wish"
+ depends on EMBTK_GCC_VERSION_4_9_X
+ help
+ gcc-4.9.x version used.
+
+ config EMBTK_GCC_VERSION_4_9_2
+ bool "gcc-4.9.2"
+ select EMBTK_GCC_NEED_PATCH
+endchoice
+
# GCC-4.8.x
choice
prompt "Version of gcc-4.8.x you wish"
@@ -93,6 +107,7 @@ config EMBTK_GCC_REFSPEC
#
config EMBTK_GCC_VERSION_STRING
string
+ default "4.9.2" if EMBTK_GCC_VERSION_4_9_2
default "4.8.3" if EMBTK_GCC_VERSION_4_8_3
default "4.7.4" if EMBTK_GCC_VERSION_4_7_4
default "git" if EMBTK_GCC_VERSION_GIT