aboutsummaryrefslogtreecommitdiff
path: root/build2/b.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-15 12:35:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-15 12:35:17 +0200
commit53aa4375ca5a3a17a0869fbaa34a88817920ec56 (patch)
treeb8ac117ed035073b2e3efa6cd375570e2697ba24 /build2/b.cxx
parente74afd7ae8d6b77433594ec3a3fba83a735ab22e (diff)
Include host machine in --version output
Diffstat (limited to 'build2/b.cxx')
-rw-r--r--build2/b.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/build2/b.cxx b/build2/b.cxx
index d16d828..0522d47 100644
--- a/build2/b.cxx
+++ b/build2/b.cxx
@@ -147,6 +147,7 @@ main (int argc, char* argv[])
{
cout << "build2 " << BUILD2_VERSION_STR<< endl
<< "libbutl " << LIBBUTL_VERSION_STR << endl
+ << "host " << BUILD2_HOST_TRIPLET << endl
<< "Copyright (c) 2014-2016 Code Synthesis Ltd" << endl
<< "This is free software released under the MIT license." << endl;
return 0;