diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-16 09:02:05 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-16 09:02:05 +0100 |
commit | 40b0e9c937b3098fce9e570d2ce4f3a057456bd0 (patch) | |
tree | 06d5344a283f0c964bd504758525ce9170f179e2 /target/nds32/systems/toolchain-nds32 | |
parent | 22120d505749f6b174ce482d2b60980e14ce248b (diff) |
add nds32 bare-metal toolchain support
Diffstat (limited to 'target/nds32/systems/toolchain-nds32')
-rw-r--r-- | target/nds32/systems/toolchain-nds32 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/nds32/systems/toolchain-nds32 b/target/nds32/systems/toolchain-nds32 new file mode 100644 index 000000000..268f5289c --- /dev/null +++ b/target/nds32/systems/toolchain-nds32 @@ -0,0 +1,8 @@ +config ADK_TARGET_SYSTEM_TOOLCHAIN_NDS32 + bool "Toolchain only" + select ADK_CPU_NDS32 + select ADK_TARGET_TOOLCHAIN + select ADK_TARGET_PACKAGE_TXZ + help + NDS32 toolchain. + |