summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-02-27 09:34:14 -0500
committermidipix <writeonce@midipix.org>2016-02-27 16:20:33 -0500
commit169bd06799bcd07b6cfdef6c2fd809bfc59a139a (patch)
tree7e101f71ee61e61d74b6a1cbe9ab49fcb316aab2 /configure
parent98322c5d7d02b50bda12aafdcabff865aa89bece (diff)
downloadntcon-169bd06799bcd07b6cfdef6c2fd809bfc59a139a.tar.bz2
ntcon-169bd06799bcd07b6cfdef6c2fd809bfc59a139a.tar.xz
build system: added fallback compiler recipe.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure b/configure
index 94fa6f3..75083cf 100755
--- a/configure
+++ b/configure
@@ -191,6 +191,13 @@ common_defaults()
mb_host='any-host';
fi
fi
+
+ # fallback compiler recipe
+ if [ -n "$mb_compiler" ]; then
+ if ! [ -f $mb_project_dir/sysinfo/compiler/$mb_compiler.mk ]; then
+ mb_compiler='any-compiler'
+ fi
+ fi
}