diff options
author | P. 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) |
commit | 696c6d054ca1e9b61aad81952e4c21d9720c2b59 (patch) | |
tree | 00e0d5788cd9f9fc0cdfa7ef92b3d1b9cb895606 | |
parent | 1d2c47ad6ccdcaec6298c38520f7c18d3a7b2497 (diff) |
build: Set toolexeclibdir at build time.
Apparently this is used as an rpath in at least libsupc++.
-rwxr-xr-x | build | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |