summaryrefslogtreecommitdiffstats
path: root/toolchain/binutils
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-06-30 21:43:59 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-06-30 21:43:59 +0000
commit59b384dabe20a4930b1c8ff4e0f48367cc080662 (patch)
tree6ac131f5e45f9a81bb898064ae837547eee316da /toolchain/binutils
parente98810dced1a6713d6bd0182c0c1b605446429de (diff)
downloadmaster-31e0f0ae-59b384dabe20a4930b1c8ff4e0f48367cc080662.tar.gz
master-31e0f0ae-59b384dabe20a4930b1c8ff4e0f48367cc080662.tar.bz2
master-31e0f0ae-59b384dabe20a4930b1c8ff4e0f48367cc080662.zip
toolchain: fix up lib64 symlink to lib before copying the initial prefix dir to avoid errors on copying
SVN-Revision: 32556
Diffstat (limited to 'toolchain/binutils')
-rw-r--r--toolchain/binutils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile
index 9d12721dec..c7d21b1dcd 100644
--- a/toolchain/binutils/Makefile
+++ b/toolchain/binutils/Makefile
@@ -83,6 +83,7 @@ define Host/Install
$(MAKE) -C $(HOST_BUILD_DIR) \
prefix=$(TOOLCHAIN_DIR)/initial \
install
+ $(call FixupLibdir,$(TOOLCHAIN_DIR)/initial)
$(CP) $(TOOLCHAIN_DIR)/initial/. $(TOOLCHAIN_DIR)/
$(CP) $(TOOLCHAIN_DIR)/bin/$(REAL_GNU_TARGET_NAME)-readelf $(REAL_STAGING_DIR_HOST)/bin/readelf
endef