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 | |
parent | 89abc818fd48298b1c63774d4eadd7c558604779 (diff) |
v850: add basic newlib toolchain support
Diffstat (limited to 'target/v850')
-rw-r--r-- | target/v850/Makefile | 7 | ||||
-rw-r--r-- | target/v850/systems/toolchain-v850 | 8 |
2 files changed, 15 insertions, 0 deletions
diff --git a/target/v850/Makefile b/target/v850/Makefile new file mode 100644 index 000000000..03afae8f0 --- /dev/null +++ b/target/v850/Makefile @@ -0,0 +1,7 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include $(ADK_TOPDIR)/rules.mk +include $(ADK_TOPDIR)/mk/kernel-build.mk +include $(ADK_TOPDIR)/mk/image.mk + 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. + |