diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-25 00:00:49 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-25 00:00:49 +0100 |
commit | 0011de4cb7e3a743a5ebd5870ea3402b2d60c972 (patch) | |
tree | 48b75242998f70d050a3e86732056f1ecbc79292 /target/moxie/systems | |
parent | c36ff15273b4b2ffe39cda43c330bcc173b5f73b (diff) |
add basic newlib toolchain support for moxie
Diffstat (limited to 'target/moxie/systems')
-rw-r--r-- | target/moxie/systems/toolchain-moxie | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/moxie/systems/toolchain-moxie b/target/moxie/systems/toolchain-moxie new file mode 100644 index 000000000..8176adf16 --- /dev/null +++ b/target/moxie/systems/toolchain-moxie @@ -0,0 +1,8 @@ +config ADK_TARGET_SYSTEM_TOOLCHAIN_MOXIE + bool "Toolchain only" + select ADK_CPU_MOXIE + select ADK_TARGET_TOOLCHAIN + select ADK_TARGET_PACKAGE_TXZ + help + MOXIE toolchain. + |