summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-04-20 17:56:53 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-04-20 17:56:53 (EDT)
commit6e77124fda10bab838c13b0ee174b3721cda75e7 (patch)
tree62bd17f545be1abb4d75a5b04162d61ca6c0aa16 /build
parent8583068217dd73d2f42bb6903cfffdb71ad745b0 (diff)
Set toolexeclibdir and MULTIOSDIR.
Diffstat (limited to 'build')
-rwxr-xr-xbuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/build b/build
index 2431af3..5831920 100755
--- a/build
+++ b/build
@@ -63,7 +63,9 @@ install: build
# * GNU Make executes any commands that contain "$(MAKE)", even if -n
# is specified.
# See also: <http://gcc.gnu.org/ml/gcc/2013-04/msg00171.html>.
- oh-autoinstall -B gcc-build -T install
+ # TODO: Replace $(OPK_HOST_ARCH) with the target arch.
+ oh-autoinstall -B gcc-build -T install -- \
+ toolexeclibdir=/usr/lib/$(OPK_HOST_ARCH) MULTIOSDIR=
# POSIX.1-2008:
# If the pathname does not begin with a '/' it shall be treated as relative to