From 0015fa62fd50f79f904836578e7016b99d5baaa2 Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pjm@nac.net>
Date: Mon, 22 Apr 2013 13:27:16 -0400
Subject: build: Add a -t option to oh-autoconfigure calls.

---
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 $@
--
cgit v0.9.1