summaryrefslogtreecommitdiff
path: root/target/c6x/systems
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-12-06 02:58:35 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-12-06 03:03:43 +0100
commitdfed1fd20f9fbfa453aa7ff54356597d6d3e05b9 (patch)
treee16dacf815d10bc7c7052c8b0ea4ba9f06689c01 /target/c6x/systems
parent67ce693b29bff1ace9dda505155174fb8ce62297 (diff)
add basic bits for c6x toolchains support
Diffstat (limited to 'target/c6x/systems')
-rw-r--r--target/c6x/systems/toolchain-c6x11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/c6x/systems/toolchain-c6x b/target/c6x/systems/toolchain-c6x
new file mode 100644
index 000000000..f2a352446
--- /dev/null
+++ b/target/c6x/systems/toolchain-c6x
@@ -0,0 +1,11 @@
+config ADK_TARGET_SYSTEM_TOOLCHAIN_C6X
+ bool "Toolchain only"
+ select ADK_c6x
+ select ADK_toolchain_c6x
+ select ADK_CPU_C6X
+ select ADK_TARGET_TOOLCHAIN
+ select ADK_TARGET_PACKAGE_TXZ
+ select ADK_TARGET_UCLINUX
+ help
+ C6X toolchain.
+