diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-13 13:14:05 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-13 13:14:21 -0600 |
commit | 246a3268c74b32628bdb662bedf6af3e2a0c001d (patch) | |
tree | 7fa64329d956273b08d3fb69fd4eeded8ef84aa6 /target/nios2/systems/toolchain-nios2 | |
parent | 2d59aaa7b602386fb549c9718f898d44a688cdcf (diff) |
add basic nios2 toolchain support
Diffstat (limited to 'target/nios2/systems/toolchain-nios2')
-rw-r--r-- | target/nios2/systems/toolchain-nios2 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/nios2/systems/toolchain-nios2 b/target/nios2/systems/toolchain-nios2 new file mode 100644 index 000000000..750cf1edf --- /dev/null +++ b/target/nios2/systems/toolchain-nios2 @@ -0,0 +1,9 @@ +config ADK_TARGET_SYSTEM_TOOLCHAIN_NIOS2 + bool "Toolchain only" + select ADK_nios2 + select ADK_toolchain_nios2 + select ADK_TARGET_TOOLCHAIN + select ADK_TARGET_PACKAGE_TXZ + help + NIOS2 toolchain. + |