summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-04-21 06:12:00 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-04-21 06:12:00 (EDT)
commit696c6d054ca1e9b61aad81952e4c21d9720c2b59 (patch)
tree00e0d5788cd9f9fc0cdfa7ef92b3d1b9cb895606 /build
parent1d2c47ad6ccdcaec6298c38520f7c18d3a7b2497 (diff)
build: Set toolexeclibdir at build time.
Apparently this is used as an rpath in at least libsupc++.
Diffstat (limited to 'build')
-rwxr-xr-xbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/build b/build
index 0c85b65..d4e3e05 100755
--- a/build
+++ b/build
@@ -51,7 +51,8 @@ build: configure
libgomp/libgomp.texi; do \
>src/$${f}; \
done
- oh-autobuild -B gcc-build -T bootstrap-lean -- -j $${JOBS:-1}
+ oh-autobuild -B gcc-build -T bootstrap-lean -- -j $${JOBS:-1} \
+ toolexeclibdir=/usr/lib/$(OPK_HOST_ARCH) MULTIOSDIR=
touch $@
install: build