summaryrefslogtreecommitdiff
path: root/target/moxie/systems/toolchain-moxie
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-02-25 00:00:49 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-02-25 00:00:49 +0100
commit0011de4cb7e3a743a5ebd5870ea3402b2d60c972 (patch)
tree48b75242998f70d050a3e86732056f1ecbc79292 /target/moxie/systems/toolchain-moxie
parentc36ff15273b4b2ffe39cda43c330bcc173b5f73b (diff)
add basic newlib toolchain support for moxie
Diffstat (limited to 'target/moxie/systems/toolchain-moxie')
-rw-r--r--target/moxie/systems/toolchain-moxie8
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.
+