summaryrefslogtreecommitdiffhomepage
path: root/sysinfo/host
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-11-23 03:38:48 -0500
committermidipix <writeonce@midipix.org>2017-11-23 15:39:08 -0500
commit927e2d04340e8a91ecea14d82e13e2bf492ab12f (patch)
treeef5240695d45665cefcffe7a4d491c3c8d41b4a1 /sysinfo/host
parente402b3f33a0591246c6b70f32c9295ef4f293856 (diff)
downloadntcon-927e2d04340e8a91ecea14d82e13e2bf492ab12f.tar.bz2
ntcon-927e2d04340e8a91ecea14d82e13e2bf492ab12f.tar.xz
build system: added --cchost support.
Diffstat (limited to 'sysinfo/host')
-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