projects
/
lttng-ci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04047f4
)
jjb: print selected CXX first
author
Michael Jeanson
<mjeanson@efficios.com>
Mon, 4 Jul 2022 18:00:50 +0000
(14:00 -0400)
committer
Michael Jeanson
<mjeanson@efficios.com>
Tue, 5 Jul 2022 21:23:17 +0000
(17:23 -0400)
Change-Id: I552ef1fc54b3cc607eec4caf8acaf48ba07c4543
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
scripts/common/print.sh
patch
|
blob
|
blame
|
history
diff --git
a/scripts/common/print.sh
b/scripts/common/print.sh
index 6b15f72e621da98c9fc92c6b8e435025b42ff57d..5da444401c4b2ffe79d4001f490b34b27bafdd92 100755
(executable)
--- a/
scripts/common/print.sh
+++ b/
scripts/common/print.sh
@@
-58,13
+58,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.029163 seconds
and
4
git commands to generate.