From: Petr Vorel <pvorel@suse.cz>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH v2 1/3] ver_linux: Print clang version
Date: Thu, 3 Jan 2019 14:26:05 +0100 [thread overview]
Message-ID: <20190103132607.24930-2-pvorel@suse.cz> (raw)
In-Reply-To: <20190103132607.24930-1-pvorel@suse.cz>
Signed-off-by: Petr Vorel <pvorel@suse.cz>
Reviewed-by: Li Wang <liwang@redhat.com>
Acked-by: Cyril Hrubis <chrubis@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
next prev parent reply other threads:[~2019-01-03 13:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-03 13:26 [LTP] [PATCH v2 0/3] Docker based travis CI Petr Vorel
2019-01-03 13:26 ` Petr Vorel [this message]
2019-01-03 13:26 ` [LTP] [PATCH v2 2/3] ver_linux: Add lsb_release -a Petr Vorel
2019-01-03 13:26 ` [LTP] [PATCH v2 3/3] travis: Use docker based builds Petr Vorel
2019-01-03 14:12 ` Cyril Hrubis
2019-01-03 14:25 ` Petr Vorel
2019-01-03 14:08 ` [LTP] [PATCH v2 0/3] Docker based travis CI Petr Vorel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190103132607.24930-2-pvorel@suse.cz \
--to=pvorel@suse.cz \
--cc=ltp@lists.linux.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox