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-05-06 11:02:23 -0400
commit9bf58e952ae26a2e07e4cd16283fc8c8d21df2f7 (patch)
tree17eaaa7086cad83573e67ac0e4c92bcdd396d8c7 /configure
parent17356205cd4d081bb16d0bc6cacf851f2c81a73f (diff)
downloadsofort-9bf58e952ae26a2e07e4cd16283fc8c8d21df2f7.tar.bz2
sofort-9bf58e952ae26a2e07e4cd16283fc8c8d21df2f7.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
}