diff options
Diffstat (limited to 'toolchain/binutils/Makefile')
| -rw-r--r-- | toolchain/binutils/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index f4f72587c..1dade7c8b 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -71,6 +71,10 @@ $(WRKBUILD)/.compiled: $(WRKBUILD)/.configured $(WRKBUILD)/.installed: $(WRKBUILD)/.compiled $(MAKE) -C $(WRKBUILD) install +ifeq ($(ADK_TOOLCHAIN_BINUTILS_GIT),y) + $(INSTALL_DIR) $(TOOLCHAIN_DIR)/usr/lib/ldscripts + $(CP) $(WRKBUILD)/ld/ldscripts/* $(TOOLCHAIN_DIR)/usr/lib/ldscripts/ +endif @touch $@ include ${ADK_TOPDIR}/mk/toolchain.mk |
