summaryrefslogtreecommitdiff
path: root/target/config/Config.in.gcc.choice
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-07 11:11:28 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-07 11:11:28 -0500
commit4460dd0ba7005289d3224442faf870e59e1e2f86 (patch)
tree8103075c03f5220cb972d6d6148d519214e6e643 /target/config/Config.in.gcc.choice
parent06395eb31cad00e8007b9b5314e32cc49cca17bb (diff)
add support for h8/300 architecture
Diffstat (limited to 'target/config/Config.in.gcc.choice')
-rw-r--r--target/config/Config.in.gcc.choice3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/config/Config.in.gcc.choice b/target/config/Config.in.gcc.choice
index 09ef3b86e..3583b9d84 100644
--- a/target/config/Config.in.gcc.choice
+++ b/target/config/Config.in.gcc.choice
@@ -20,6 +20,7 @@ config ADK_TOOLCHAIN_GCC_5_1_0
depends on !ADK_TARGET_ARCH_ARC
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_C6X
+ depends on !ADK_TARGET_ARCH_H8300
config ADK_TOOLCHAIN_GCC_4_9_2
bool "4.9.2"
@@ -27,6 +28,7 @@ config ADK_TOOLCHAIN_GCC_4_9_2
depends on !ADK_TARGET_ARCH_ARC
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_C6X
+ depends on !ADK_TARGET_ARCH_H8300
config ADK_TOOLCHAIN_GCC_4_8_4
bool "4.8.4"
@@ -37,6 +39,7 @@ config ADK_TOOLCHAIN_GCC_4_8_4
depends on !ADK_TARGET_ARCH_CRIS
depends on !ADK_TARGET_ARCH_TILE
depends on !ADK_TARGET_ARCH_C6X
+ depends on !ADK_TARGET_ARCH_H8300
config ADK_TOOLCHAIN_GCC_4_8_3_ARC
bool "4.8.3-arc"