From 69a683010d8f6432f44e30500d7f00a27de70665 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 3 May 2016 12:48:25 -0400 Subject: build system: configure: native os: use 'any-os' as needed. --- configure | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure') diff --git a/configure b/configure index f0bb491..23b6726 100755 --- a/configure +++ b/configure @@ -296,6 +296,11 @@ native_defaults() error_msg "config error: could not determine size of pointer on native system." exit 2 fi + + # fallback os recipe + if ! [ -f $mb_project_dir/sysinfo/os/$mb_native_os.mk ]; then + mb_native_os='any-os'; + fi } -- cgit v1.2.3