summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-05-03 12:48:25 -0400
committermidipix <writeonce@midipix.org>2016-11-11 00:22:41 -0500
commit3ccc3bc8757e98f84f383483e9943cf9f0e7fe1b (patch)
tree14246b0ebf5529611b0c013afe7c73c92b8673bd /configure
parent453807c51b18334fd6b3abba5f22386c54f4f5fc (diff)
downloadmdso-3ccc3bc8757e98f84f383483e9943cf9f0e7fe1b.tar.bz2
mdso-3ccc3bc8757e98f84f383483e9943cf9f0e7fe1b.tar.xz
build system: configure: native os: use 'any-os' as needed.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
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
}