From b3fe80bb9ada2692e07bb12d90da4245fdb9ef92 Mon Sep 17 00:00:00 2001 From: midipix 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