From 53aa4375ca5a3a17a0869fbaa34a88817920ec56 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 15 Aug 2016 12:35:17 +0200 Subject: Include host machine in --version output --- build2/b.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'build2/b.cxx') 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; -- cgit v1.1