build: add a lib64 symlink in staging_dir/host and staging_dir/toolchain* for systems...
[openwrt.git] / toolchain / Makefile
index 5585b76..0443924 100644 (file)
@@ -60,6 +60,7 @@ ifneq ($(ARCH),)
                $(if $(QUIET),,set -x;) \
                mkdir -p "$$dir"; \
                cd "$$dir"; \
+               ln -sf lib lib64; \
                mkdir -p stamp lib usr/include usr/lib ; \
        ); done
        @grep GCC_VERSION $@ >/dev/null 2>&1 || $(INSTALL_DATA) $(TOPDIR)/toolchain/info.mk $@
This page took 0.020513 seconds and 4 git commands to generate.