From 59b384dabe20a4930b1c8ff4e0f48367cc080662 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 30 Jun 2012 21:43:59 +0000 Subject: toolchain: fix up lib64 symlink to lib before copying the initial prefix dir to avoid errors on copying SVN-Revision: 32556 --- toolchain/gcc/initial/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'toolchain/gcc/initial') diff --git a/toolchain/gcc/initial/Makefile b/toolchain/gcc/initial/Makefile index 3d8ab61cdf..6b0536d83a 100644 --- a/toolchain/gcc/initial/Makefile +++ b/toolchain/gcc/initial/Makefile @@ -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 -- cgit v1.2.3