diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-06-30 21:43:59 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-06-30 21:43:59 +0000 |
commit | 59b384dabe20a4930b1c8ff4e0f48367cc080662 (patch) | |
tree | 6ac131f5e45f9a81bb898064ae837547eee316da /toolchain/binutils | |
parent | e98810dced1a6713d6bd0182c0c1b605446429de (diff) | |
download | upstream-59b384dabe20a4930b1c8ff4e0f48367cc080662.tar.gz upstream-59b384dabe20a4930b1c8ff4e0f48367cc080662.tar.bz2 upstream-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/Makefile | 1 |
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 |