jjb: liburcu: add atomic builtins conf to linuxbuild master
[lttng-ci.git] / scripts / common / print.sh
index 6b15f72e621da98c9fc92c6b8e435025b42ff57d..e13ddd0e43ae667418980d53df2c880b9aa372d3 100755 (executable)
@@ -1,19 +1,7 @@
 #!/bin/bash
 #
-# Copyright (C) 2020 Michael Jeanson <mjeanson@efficios.com>
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# SPDX-FileCopyrightText: 2020 Michael Jeanson <mjeanson@efficios.com>
+# SPDX-License-Identifier: GPL-2.0-or-later
 
 set -exu
 
@@ -58,13 +46,13 @@ print_tooling() {
     print_blue "Selected CC version"
     ${CC:-cc} --version | head -n1
 
+    print_blue "Selected CXX version"
+    ${CXX:-c++} --version | head -n1
+
     print_blue "Default gcc version"
     gcc --version | head -n1
     gcc -dumpmachine
 
-    print_blue "Selected CXX version"
-    ${CXX:-c++} --version | head -n1
-
     print_blue "Default g++ version"
     g++ --version | head -n1
     g++ -dumpmachine
This page took 0.028409 seconds and 4 git commands to generate.