summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. 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)
commit0015fa62fd50f79f904836578e7016b99d5baaa2 (patch)
tree604cbef3030788b1df2ac6e8458a1fb91c1eabdd /build
parent1b80dbdf467dac5cdf61d8a76a6570a1c0616e4e (diff)
build: Add a -t option to oh-autoconfigure calls.
Diffstat (limited to 'build')
-rwxr-xr-xbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/build b/build
index 4d44351..1988161 100755
--- a/build
+++ b/build
@@ -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 $@