summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure b/configure
index 6538554..49cff50 100755
--- a/configure
+++ b/configure
@@ -155,6 +155,13 @@ common_defaults()
mb_cflags_debug='-g3 -O0'
fi
fi
+
+ # toolchain
+ if [ x"$mb_toolchain" != x ]; then
+ if [ x"$mb_build_cc" = x ]; then
+ mb_build_cc=$mb_toolchain
+ fi
+ fi
}