diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-31 12:09:14 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-31 12:09:46 +0200 |
commit | 96e02f728fe6d396d81cf2267563c54f8ea95a77 (patch) | |
tree | 98c8f6ec48919550dfb9702c3696d5d02671ff02 /target/bfin/systems | |
parent | 48d6cb7f6d711aaf6dbb043d98720550adc354a2 (diff) |
add support for bfin toolchain creation
Diffstat (limited to 'target/bfin/systems')
-rw-r--r-- | target/bfin/systems/toolchain-bfin | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/bfin/systems/toolchain-bfin b/target/bfin/systems/toolchain-bfin new file mode 100644 index 000000000..41d09d82e --- /dev/null +++ b/target/bfin/systems/toolchain-bfin @@ -0,0 +1,10 @@ +config ADK_TARGET_SYSTEM_TOOLCHAIN_BFIN + bool "Toolchain only" + select ADK_bfin + select ADK_toolchain_bfin + select ADK_CPU_BFIN + select ADK_TARGET_TOOLCHAIN + select ADK_TARGET_PACKAGE_TXZ + help + BFIN toolchain. + |