diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-09 12:48:08 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-30 03:44:10 +0200 |
| commit | 7ed4d2a409cb24e7beef850c6b90e47f0f6b71d2 (patch) | |
| tree | bc1ebdfaa9cafaab8c30fa915ff98f51a5509eee /target/config/Config.in.binutils | |
| parent | c5990c364e54fae1b1d0da5f88d3cf7c9c0ba782 (diff) | |
add support for nds32 architecture
Verified on a FPGA board sponsored by Andes Technology.
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'target/config/Config.in.binutils')
| -rw-r--r-- | target/config/Config.in.binutils | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils index 3d31a774b..494aa4469 100644 --- a/target/config/Config.in.binutils +++ b/target/config/Config.in.binutils @@ -17,11 +17,13 @@ config ADK_TOOLCHAIN_BINUTILS_GIT depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_CRIS + depends on !ADK_TARGET_ARCH_NDS32 config ADK_TOOLCHAIN_BINUTILS_2_26_1 bool "2.26.1" depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_AVR32 + depends on !ADK_TARGET_ARCH_NDS32 depends on !ADK_TARGET_CPU_CRIS_CRISV10 config ADK_TOOLCHAIN_BINUTILS_2_25_1 @@ -31,6 +33,7 @@ config ADK_TOOLCHAIN_BINUTILS_2_25_1 depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_H8300 depends on !ADK_TARGET_ARCH_MOXIE + depends on !ADK_TARGET_ARCH_NDS32 depends on !ADK_TARGET_CPU_CRIS_CRISV10 config ADK_TOOLCHAIN_BINUTILS_2_24 |
