public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/3] ver_linux: Print clang version
@ 2018-12-19 14:14 Petr Vorel
  2018-12-19 14:14 ` [LTP] [PATCH 2/3] ver_linux: Add lsb_release -a Petr Vorel
  2018-12-19 14:14 ` [LTP] [PATCH 3/3] travis: Use docker based builds Petr Vorel
  0 siblings, 2 replies; 6+ messages in thread
From: Petr Vorel @ 2018-12-19 14:14 UTC (permalink / raw)
  To: ltp

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 ver_linux | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ver_linux b/ver_linux
index 897571703..bbc89987b 100755
--- a/ver_linux
+++ b/ver_linux
@@ -31,6 +31,7 @@ cat /proc/cmdline
 echo
 
 echo "Gnu C                 " `gcc --version 2>/dev/null | head -n 1`
+echo "Clang                 " `clang --version 2>/dev/null | head -n 1`
 
 make --version 2>&1 | awk -F, '{print $1}' | awk \
       '/GNU Make/{print "Gnu make              ",$NF}'
-- 
2.19.2


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-01-02 15:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-19 14:14 [LTP] [PATCH 1/3] ver_linux: Print clang version Petr Vorel
2018-12-19 14:14 ` [LTP] [PATCH 2/3] ver_linux: Add lsb_release -a Petr Vorel
2018-12-19 14:14 ` [LTP] [PATCH 3/3] travis: Use docker based builds Petr Vorel
2018-12-19 14:16   ` Petr Vorel
2019-01-02  5:51   ` Li Wang
2019-01-02 15:11   ` Cyril Hrubis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox