From 144ec80f08c3fe71ce901f3aa5a26d4325db56ed Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pj@pehjota.net>
Date: Mon, 26 May 2014 00:59:43 -0400
Subject: bootstrap-prepare.sh: Set PKG_TARGETS.

---
diff --git a/bootstrap-prepare.sh b/bootstrap-prepare.sh
index 1b1c782..7be6634 100755
--- a/bootstrap-prepare.sh
+++ b/bootstrap-prepare.sh
@@ -98,7 +98,7 @@ prepare_packages_from_git()
 		fi
 		if [ -x config ]; then
 			./config clean
-			./config
+			PKG_TARGETS="${ARCH}" ./config
 		fi
 		rm -f local.mk
 		if [ -f source.mk -a ! -f "${repo##*/}"*.orig.tar* ]; then
--
cgit v0.9.1