diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-07 11:11:28 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-07 11:11:28 -0500 |
commit | 4460dd0ba7005289d3224442faf870e59e1e2f86 (patch) | |
tree | 8103075c03f5220cb972d6d6148d519214e6e643 /target/h8300/systems/toolchain-h8300 | |
parent | 06395eb31cad00e8007b9b5314e32cc49cca17bb (diff) |
add support for h8/300 architecture
Diffstat (limited to 'target/h8300/systems/toolchain-h8300')
-rw-r--r-- | target/h8300/systems/toolchain-h8300 | 8 |
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. + |