summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-11-28 19:19:33 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-11-28 19:19:33 +0000
commit830282cc8935e13c54de747a391c1220ffc9e39a (patch)
tree308fd4438b520e2fdffe62c39f97bf78687e851e /tools/Makefile
parent88cb7ae1049b1c89f12ee8fd49dd18429c27a608 (diff)
downloadmtk-20170518-830282cc8935e13c54de747a391c1220ffc9e39a.zip
mtk-20170518-830282cc8935e13c54de747a391c1220ffc9e39a.tar.gz
mtk-20170518-830282cc8935e13c54de747a391c1220ffc9e39a.tar.bz2
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
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index a21edd9..0c2706d 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -83,6 +83,7 @@ $(STAGING_DIR_HOST)/.prepared: $(TMP_DIR)/.build
mkdir -p $(BUILD_DIR_HOST)/stamp $(STAGING_DIR_HOST)/include/sys
$(INSTALL_DATA) $(TOPDIR)/tools/include/*.h $(STAGING_DIR_HOST)/include/
$(INSTALL_DATA) $(TOPDIR)/tools/include/sys/*.h $(STAGING_DIR_HOST)/include/sys/
+ ln -sf lib $(STAGING_DIR_HOST)/lib64
touch $@