diff options
author | P. J. McDermott <pjm@nac.net> | 2013-04-22 13:27:16 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-04-22 13:27:16 (EDT) |
commit | 0015fa62fd50f79f904836578e7016b99d5baaa2 (patch) | |
tree | 604cbef3030788b1df2ac6e8458a1fb91c1eabdd | |
parent | 1b80dbdf467dac5cdf61d8a76a6570a1c0616e4e (diff) |
build: Add a -t option to oh-autoconfigure calls.
-rwxr-xr-x | build | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,10 +39,10 @@ nop: configure: if [ 'x$(OPK_HOST_PLAT)' = 'xbootstrap1' ]; then \ - oh-autoconfigure -B "$(builddir)" -- \ + oh-autoconfigure -B "$(builddir)" -t "$(target)" -- \ $(bootstrap1_opts); \ else \ - oh-autoconfigure -B "$(builddir)" -- \ + oh-autoconfigure -B "$(builddir)" -t "$(target)" -- \ $(full_opts); \ fi touch $@ |