diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-15 10:05:13 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-15 10:05:46 +0200 |
commit | 47e410981184016a6ab4c58fdfc9449e2fd945e7 (patch) | |
tree | e279669cc8f7976f9e661fbebade152978e6f1c6 /target/xtensa/systems/toolchain-xtensa | |
parent | f7712ed524e8811fedee86d7b829c2f2e27dc38b (diff) |
add support for xtensa architecture, tested with qemu. thanks to Max Filippov for help
Diffstat (limited to 'target/xtensa/systems/toolchain-xtensa')
-rw-r--r-- | target/xtensa/systems/toolchain-xtensa | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/xtensa/systems/toolchain-xtensa b/target/xtensa/systems/toolchain-xtensa new file mode 100644 index 000000000..725e5d23f --- /dev/null +++ b/target/xtensa/systems/toolchain-xtensa @@ -0,0 +1,9 @@ +config ADK_TARGET_SYSTEM_TOOLCHAIN_XTENSA + bool "Toolchain only" + select ADK_xtensa + select ADK_toolchain_xtensa + select ADK_TARGET_TOOLCHAIN + select ADK_TARGET_PACKAGE_TXZ + help + XTENSA toolchain. + |