summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-11 22:26:19 -0500
committermidipix <writeonce@midipix.org>2016-11-11 22:42:33 -0500
commitada89bd1cd6eeccde31e9476774997cac56919c8 (patch)
treedc396d3095100859fe820b86a51754c9bdb199be /configure
parent0015997b674b80435450a326702e353afdc2370f (diff)
downloadbfirm-ada89bd1cd6eeccde31e9476774997cac56919c8.tar.bz2
bfirm-ada89bd1cd6eeccde31e9476774997cac56919c8.tar.xz
build system: configure: grumpily support crooked uname output.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index 98efb4f..baac353 100755
--- a/configure
+++ b/configure
@@ -347,6 +347,11 @@ native_defaults()
warning_msg "config error: could not determine size of pointer on native system."
fi
+ # grumpily support crooked uname output
+ if ! [ -f $mb_project_dir/sysinfo/os/$mb_native_os.mk ]; then
+ mb_native_os=`echo $mb_native_os | cut -d'_' -f1`
+ fi
+
# fallback os recipe
if ! [ -f $mb_project_dir/sysinfo/os/$mb_native_os.mk ]; then
mb_native_os='any-os';