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 | a8311020d66c4da2c9052c5c9cd8df178cae3671 (patch) | |
tree | 085eb95b8263d0dbba9dfa6184ebcd453423bb06 /toolchain/binutils | |
parent | dfa9eeadb6d1815ada98d5c0f3fe6bd83e3ef3de (diff) | |
download | upstream-a8311020d66c4da2c9052c5c9cd8df178cae3671.tar.gz upstream-a8311020d66c4da2c9052c5c9cd8df178cae3671.tar.bz2 upstream-a8311020d66c4da2c9052c5c9cd8df178cae3671.zip |
toolchain: fix up lib64 symlink to lib before copying the initial prefix dir to avoid errors on copying
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32556 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |