diff options
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 |