summaryrefslogtreecommitdiffhomepage
path: root/sysinfo
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-11-23 03:38:48 -0500
committermidipix <writeonce@midipix.org>2017-11-23 15:36:40 -0500
commitc2ba00e77ec3a2113268e7e334505572c5f58828 (patch)
treedefccadcc1680c1aac12177ce8f300f395118941 /sysinfo
parent973fe117981f3dddae833913775065c4ef117202 (diff)
downloaddalist-c2ba00e77ec3a2113268e7e334505572c5f58828.tar.bz2
dalist-c2ba00e77ec3a2113268e7e334505572c5f58828.tar.xz
build system: added --cchost support.
Diffstat (limited to 'sysinfo')
-rwxr-xr-xsysinfo/host/host.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysinfo/host/host.sh b/sysinfo/host/host.sh
index b3975ae..686edca 100755
--- a/sysinfo/host/host.sh
+++ b/sysinfo/host/host.sh
@@ -15,7 +15,7 @@ host_test()
exit 2
fi
- $mb_compiler -dM -E - < /dev/null > /dev/null && return 0
+ $mb_compiler $mb_cflags -dumpmachine && return 0
error_msg "config error: invalid compiler."
exit 2