From 80fa6415a1d1cfc51d422810d830ff4704cd83db Mon Sep 17 00:00:00 2001 From: midipix Date: Dec 04 2015 04:02:06 +0000 Subject: build system: set TARGET to 'native' as appropriate. --- diff --git a/configure b/configure index 5beadd1..c53cc2e 100755 --- a/configure +++ b/configure @@ -226,6 +226,12 @@ native_defaults() fi + # target + if [ x"$mb_target" = x ]; then + mb_target='native' + fi + + # os mb_native_os=`uname | tr '[:upper:]' '[:lower:]'`