From 15f8fb12e76a2057663a51cafe116dba3f3cd8f5 Mon Sep 17 00:00:00 2001 From: midipix Date: Dec 04 2015 04:01:41 +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:]'`