summaryrefslogtreecommitdiff
path: root/target/h8300/systems
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/h8300/systems
parent06395eb31cad00e8007b9b5314e32cc49cca17bb (diff)
add support for h8/300 architecture
Diffstat (limited to 'target/h8300/systems')
-rw-r--r--target/h8300/systems/toolchain-h83008
1 files changed, 8 insertions, 0 deletions
diff --git a/target/h8300/systems/toolchain-h8300 b/target/h8300/systems/toolchain-h8300
new file mode 100644
index 000000000..55972fd60
--- /dev/null
+++ b/target/h8300/systems/toolchain-h8300
@@ -0,0 +1,8 @@
+config ADK_TARGET_SYSTEM_TOOLCHAIN_H8300
+ bool "Toolchain only"
+ select ADK_CPU_H8300
+ select ADK_TARGET_TOOLCHAIN
+ select ADK_TARGET_PACKAGE_TXZ
+ help
+ H8/300 toolchain.
+