summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
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