summaryrefslogtreecommitdiff
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-03 12:48:25 -0400
commit51838dc8ff5f599a4616fc4588604e229e91c4c0 (patch)
treec53bbcaea392d9dd4310392479887bf8a3308750 /configure
parentee87bee3bace575d7a83969d9a6e3b153cd48b50 (diff)
downloadslibtool-51838dc8ff5f599a4616fc4588604e229e91c4c0.tar.bz2
slibtool-51838dc8ff5f599a4616fc4588604e229e91c4c0.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
}