summaryrefslogtreecommitdiff
path: root/target/or1k/systems
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-07-13 15:56:03 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-07-13 15:57:21 -0500
commit18c77efc35de9ffd65b99a1ab792fdb88a23a304 (patch)
tree74f70fc0ab17311d7088e3df4fa1cb354502ab15 /target/or1k/systems
parent3574407229f50681b91f071ffdee62fdb0c589e6 (diff)
add basic toolchain support for or1k arch with musl libc
Diffstat (limited to 'target/or1k/systems')
-rw-r--r--target/or1k/systems/toolchain-or1k8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/or1k/systems/toolchain-or1k b/target/or1k/systems/toolchain-or1k
new file mode 100644
index 000000000..ed7efccd1
--- /dev/null
+++ b/target/or1k/systems/toolchain-or1k
@@ -0,0 +1,8 @@
+config ADK_TARGET_SYSTEM_TOOLCHAIN_OR1K
+ bool "Toolchain only"
+ select ADK_CPU_OR1K
+ select ADK_TARGET_TOOLCHAIN
+ select ADK_TARGET_PACKAGE_TXZ
+ help
+ OpenRISC toolchain.
+