From 9aac056d73fb84ed54e8e3ebbdc056f93744c0a2 Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Fri, 15 Feb 2019 21:36:18 -0500
Subject: build system: configure: host/target may only be set via explicit
 arguments.

---
 configure | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configure b/configure
index 370b3b1..7e2b90d 100755
--- a/configure
+++ b/configure
@@ -144,10 +144,8 @@ init_vars()
 
 	# build
 	mb_build=$BUILD
-	mb_host=$HOST
 	mb_cchost=$CCHOST
 	mb_cfghost=$CFGHOST
-	mb_target=$TARGET
 	mb_arch=$ARCH
 	mb_compiler=$COMPILER
 	mb_toolchain=$TOOLCHAIN
-- 
cgit v1.2.3