From 75c2326cb35b606ed244dc2ffa7ff1e2e57a4757 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 11 Nov 2016 22:26:19 -0500 Subject: build system: configure: grumpily support crooked uname output. --- configure | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure') 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'; -- cgit v1.2.3