toolchain: fix up lib64 symlink to lib before copying the initial prefix dir to avoid errors on copying

SVN-Revision: 32556
This commit is contained in:
Felix Fietkau
2012-06-30 21:43:59 +00:00
parent e98810dced
commit 59b384dabe
3 changed files with 12 additions and 0 deletions

View File

@@ -29,6 +29,8 @@ define Host/Install
cp libgcc.a libgcc_initial.a; \
)
$(call FixupLibdir,$(TOOLCHAIN_DIR)/initial)
$(CP) $(TOOLCHAIN_DIR)/initial/. $(TOOLCHAIN_DIR)/
endef