diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-10-04 15:43:03 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-10-04 15:43:23 -0500 |
commit | c6897db9be6f5f93e6727a1fe26d89649682a221 (patch) | |
tree | f2aca2df7d694a88eefa58b2dad7648defff98a6 /target/tile/systems/toolchain-tile | |
parent | 9c4555f705fa9de174a946caee3557cb7c420679 (diff) |
add support for tile toolchain building
Diffstat (limited to 'target/tile/systems/toolchain-tile')
-rw-r--r-- | target/tile/systems/toolchain-tile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/tile/systems/toolchain-tile b/target/tile/systems/toolchain-tile new file mode 100644 index 000000000..bd6837dd8 --- /dev/null +++ b/target/tile/systems/toolchain-tile @@ -0,0 +1,10 @@ +config ADK_TARGET_SYSTEM_TOOLCHAIN_TILE + bool "Toolchain only" + select ADK_tile + select ADK_toolchain_tile + select ADK_CPU_TILE + select ADK_TARGET_TOOLCHAIN + select ADK_TARGET_PACKAGE_TXZ + help + TILE toolchain. + |