summaryrefslogtreecommitdiff
path: root/target/arc/systems
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-09-05 07:53:02 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-09-05 07:53:10 +0200
commit3d67dc9f94b15bb4b29743b44280dcd9b31a7d3b (patch)
treeb95e9cefdde71235cf30c6f813c22ae2f1bb35ae /target/arc/systems
parente20ce468e18cd6035700c0ea5ac34d3bf686befa (diff)
add support for Synopsis ARC architecture
Diffstat (limited to 'target/arc/systems')
-rw-r--r--target/arc/systems/toolchain-arc10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/arc/systems/toolchain-arc b/target/arc/systems/toolchain-arc
new file mode 100644
index 000000000..45a82e0f1
--- /dev/null
+++ b/target/arc/systems/toolchain-arc
@@ -0,0 +1,10 @@
+config ADK_TARGET_SYSTEM_TOOLCHAIN_ARC
+ bool "Toolchain only"
+ select ADK_arc
+ select ADK_toolchain_arc
+ select ADK_CPU_ARC
+ select ADK_TARGET_TOOLCHAIN
+ select ADK_TARGET_PACKAGE_TXZ
+ help
+ ARC toolchain.
+