diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-30 21:43:59 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-30 21:43:59 +0000 |
commit | b284b583becd3a4da78dc934b382f8d3ae9e8c06 (patch) | |
tree | 085eb95b8263d0dbba9dfa6184ebcd453423bb06 /toolchain/gcc | |
parent | 86e3bacd5a5e4274808090ae5c8750843a65b56a (diff) |
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/gcc')
-rw-r--r-- | toolchain/gcc/initial/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/gcc/initial/Makefile b/toolchain/gcc/initial/Makefile index 3d8ab61cd..6b0536d83 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 |