From: Christoph Hellwig <hch@infradead.org>
To: Steven Cole <elenstev@mesatop.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>,
Marcelo Tosatti <marcelo@conectiva.com.br>,
Linus Torvalds <torvalds@transmeta.com>,
Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] update ver_linux script to work with gcc 3.2.
Date: Wed, 28 Aug 2002 22:32:16 +0100 [thread overview]
Message-ID: <20020828223216.A13321@infradead.org> (raw)
In-Reply-To: <1030569489.4032.113.camel@spc9.esa.lanl.gov>; from elenstev@mesatop.com on Wed, Aug 28, 2002 at 03:18:09PM -0600
On Wed, Aug 28, 2002 at 03:18:09PM -0600, Steven Cole wrote:
> --- linux-2.4.20-pre4-ac2/scripts/ver_linux.orig Wed Aug 28 14:37:39 2002
> +++ linux-2.4.20-pre4-ac2/scripts/ver_linux Wed Aug 28 14:37:51 2002
> @@ -12,7 +12,11 @@
> uname -a
> echo ' '
>
> -echo "Gnu C " `gcc --version`
> +gcc --version 2>&1| head -n 1 | grep -v gcc | awk \
> +'NR==1{print "Gnu C ", $1}'
> +
> +gcc --version 2>&1| grep gcc | awk \
> +'NR==1{print "Gnu C ", $3}'
Btw, both old and new versions are buggy here, as they should check $(CC).
My system compiler here is 2.95 but I compile with 3.2 from
/opt/gcc-3.2/bin/gcc
prev parent reply other threads:[~2002-08-28 21:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-08-28 21:18 Steven Cole
2002-08-28 21:30 ` Thunder from the hill
2002-08-28 21:32 ` Christoph Hellwig [this message]
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=20020828223216.A13321@infradead.org \
--to=hch@infradead.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=elenstev@mesatop.com \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo@conectiva.com.br \
--cc=torvalds@transmeta.com \
/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
all inboxes | Powered by JetHome®