diff options
author | P. 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) |
commit | 6e77124fda10bab838c13b0ee174b3721cda75e7 (patch) | |
tree | 62bd17f545be1abb4d75a5b04162d61ca6c0aa16 /build | |
parent | 8583068217dd73d2f42bb6903cfffdb71ad745b0 (diff) |
Set toolexeclibdir and MULTIOSDIR.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |