summaryrefslogtreecommitdiff
path: root/target/config/Config.in.binutils.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.binutils.choice
parent06395eb31cad00e8007b9b5314e32cc49cca17bb (diff)
add support for h8/300 architecture
Diffstat (limited to 'target/config/Config.in.binutils.choice')
-rw-r--r--target/config/Config.in.binutils.choice2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in.binutils.choice b/target/config/Config.in.binutils.choice
index 68933fc77..b6d1d3f48 100644
--- a/target/config/Config.in.binutils.choice
+++ b/target/config/Config.in.binutils.choice
@@ -21,6 +21,7 @@ config ADK_TOOLCHAIN_BINUTILS_2_25
depends on !ADK_TARGET_ARCH_ARC
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_CRIS
+ depends on !ADK_TARGET_ARCH_H8300
config ADK_TOOLCHAIN_BINUTILS_2_24
bool "2.24"
@@ -28,6 +29,7 @@ config ADK_TOOLCHAIN_BINUTILS_2_24
depends on !ADK_TARGET_ARCH_ARC
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_CRIS
+ depends on !ADK_TARGET_ARCH_H8300
config ADK_TOOLCHAIN_BINUTILS_2_23_ARC
bool "2.23-arc"