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 /toolchain/binutils/Makefile | |
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 'toolchain/binutils/Makefile')
-rw-r--r-- | toolchain/binutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index 581dffe68..1000a1c03 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -66,7 +66,7 @@ $(WRKBUILD)/.compiled: $(WRKBUILD)/.configured $(WRKBUILD)/.installed: $(WRKBUILD)/.compiled $(MAKE) -C $(WRKBUILD) install -ifeq ($(ADK_TARGET_ARCH_H8300),y) +ifeq ($(ADK_TARGET_ARCH_H8300)$(ADK_TARGET_ARCH_NDS32),y) $(INSTALL_DIR) $(STAGING_TARGET_DIR)/usr/lib/ldscripts $(CP) $(WRKBUILD)/ld/ldscripts/* $(STAGING_TARGET_DIR)/usr/lib/ldscripts/ endif |