From 22723e94d2c99f094274cda25b0a4c62b0699c7c Mon Sep 17 00:00:00 2001 From: midipix Date: Dec 04 2015 03:58:28 +0000 Subject: build system: use HOST as a fallback default for TARGET. --- diff --git a/configure b/configure index a21df9e..5beadd1 100755 --- a/configure +++ b/configure @@ -147,6 +147,7 @@ common_defaults() # host/target [ -z "$mb_host" ] && mb_host=$mb_target + [ -z "$mb_target" ] && mb_target=$mb_host # sysroot if [ x"$mb_sysroot" != x ]; then