summaryrefslogtreecommitdiff
path: root/target/config/Config.in.compiler
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-06-30 00:13:26 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-06-30 00:13:26 +0200
commit0bbfb75bb621678c2657a1bdae4f7bed8839d6b7 (patch)
treec8dfe3328caed5701abd9a2878109ebe9e17ffce /target/config/Config.in.compiler
parent0fa62110496195b2a3d3ca2c975da1a98f8eb86e (diff)
sh: add gcc 6.x back for sh2/j2
Diffstat (limited to 'target/config/Config.in.compiler')
-rw-r--r--target/config/Config.in.compiler8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler
index afe945ab4..69f6e8cc8 100644
--- a/target/config/Config.in.compiler
+++ b/target/config/Config.in.compiler
@@ -23,6 +23,7 @@ default ADK_TOOLCHAIN_GCC_4_2 if ADK_TARGET_ARCH_METAG
default ADK_TOOLCHAIN_GCC_4_4 if ADK_TARGET_ARCH_AVR32
default ADK_TOOLCHAIN_GCC_4_9 if ADK_TARGET_ARCH_LM32 && !ADK_TARGET_LIB_NEWLIB
default ADK_TOOLCHAIN_GCC_4_9 if ADK_TARGET_SYSTEM_KINETIS_K70
+default ADK_TOOLCHAIN_GCC_6 if ADK_TARGET_CPU_SH_J2
default ADK_TOOLCHAIN_GCC_7
config ADK_TOOLCHAIN_GCC_GIT
@@ -31,6 +32,7 @@ config ADK_TOOLCHAIN_GCC_GIT
depends on !ADK_TARGET_ARCH_METAG
depends on !ADK_TARGET_ARCH_NDS32
depends on !ADK_TARGET_ARCH_OR1K
+ depends on !ADK_TARGET_CPU_SH_J2
select ADK_DISABLE_HONOUR_CFLAGS
config ADK_TOOLCHAIN_GCC_7
@@ -39,6 +41,12 @@ config ADK_TOOLCHAIN_GCC_7
depends on !ADK_TARGET_ARCH_METAG
depends on !ADK_TARGET_ARCH_NDS32
depends on !ADK_TARGET_ARCH_OR1K
+ depends on !ADK_TARGET_CPU_SH_J2
+ select ADK_DISABLE_HONOUR_CFLAGS
+
+config ADK_TOOLCHAIN_GCC_6
+ bool "6.3.0"
+ depends on ADK_TARGET_CPU_SH_J2
select ADK_DISABLE_HONOUR_CFLAGS
config ADK_TOOLCHAIN_GCC_4_9