diff options
Diffstat (limited to 'target/c6x/systems/toolchain-c6x')
-rw-r--r-- | target/c6x/systems/toolchain-c6x | 11 |
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. + |