summaryrefslogtreecommitdiff
path: root/target/frv/systems
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-10-27 21:44:57 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-10-27 22:20:36 +0100
commit93b54ff7293142c6442f06e195e146de4ecbf3cf (patch)
treeefa492214cc2cd8b1d2106a2bcde6cd8db60e704 /target/frv/systems
parent410631c902385255d9447bef8e892ddb2790f8d3 (diff)
add frv arch support (very experimental)
Diffstat (limited to 'target/frv/systems')
-rw-r--r--target/frv/systems/toolchain-frv8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/frv/systems/toolchain-frv b/target/frv/systems/toolchain-frv
new file mode 100644
index 000000000..8591b6950
--- /dev/null
+++ b/target/frv/systems/toolchain-frv
@@ -0,0 +1,8 @@
+config ADK_TARGET_SYSTEM_TOOLCHAIN_FRV
+ bool "Toolchain only"
+ select ADK_CPU_FRV
+ select ADK_TARGET_TOOLCHAIN
+ select ADK_TARGET_PACKAGE_TXZ
+ help
+ FRV toolchain.
+