diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-28 06:19:47 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-28 08:40:17 +0100 |
commit | 54c391836b04d7a19a435f89ba617a2ffe06117b (patch) | |
tree | 6cee675f0eeababb7d0cb5f99a555d748737452d /target/v850/systems/toolchain-v850 | |
parent | 89abc818fd48298b1c63774d4eadd7c558604779 (diff) |
v850: add basic newlib toolchain support
Diffstat (limited to 'target/v850/systems/toolchain-v850')
-rw-r--r-- | target/v850/systems/toolchain-v850 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/v850/systems/toolchain-v850 b/target/v850/systems/toolchain-v850 new file mode 100644 index 000000000..0043bac74 --- /dev/null +++ b/target/v850/systems/toolchain-v850 @@ -0,0 +1,8 @@ +config ADK_TARGET_SYSTEM_TOOLCHAIN_V850 + bool "Toolchain only" + select ADK_CPU_V850 + select ADK_TARGET_TOOLCHAIN + select ADK_TARGET_PACKAGE_TXZ + help + V850 toolchain. + |