From 830282cc8935e13c54de747a391c1220ffc9e39a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 28 Nov 2011 19:19:33 +0000 Subject: build: add a lib64 symlink in staging_dir/host and staging_dir/toolchain* for systems that prefer this as library path (e.g. current SuSE), fixes mpfr and gcc build SVN-Revision: 29352 --- toolchain/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'toolchain/Makefile') diff --git a/toolchain/Makefile b/toolchain/Makefile index 5585b76dba..0443924c53 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -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 $@ -- cgit v1.2.3