From: "Anderson Lizardo" <anderson.lizardo@gmail.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Patch to make configure /bin/sh compatible
Date: Fri, 14 Apr 2006 13:39:56 -0400 [thread overview]
Message-ID: <5b5833aa0604141039n539271d8u9404cb6c6cc3aaa3@mail.gmail.com> (raw)
In-Reply-To: <20060414172216.GG4696@networkno.de>
On 4/14/06, Thiemo Seufer <ths@networkno.de> wrote:
> gcc -dM -E -xc /dev/null |awk '{ if (/__GNUC__/) print $3 }'
Or even simpler:
gcc -dM -E -xc /dev/null | awk '/__GNUC__/{print $3}'
Regards,
--
Anderson Lizardo
next prev parent reply other threads:[~2006-04-14 17:40 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-14 15:57 [Qemu-devel] Patch to make configure /bin/sh compatible Ben Taylor
2006-04-14 17:22 ` Thiemo Seufer
2006-04-14 17:38 ` Michael McConnell
2006-04-14 17:39 ` Anderson Lizardo [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-04-14 17:43 Ben Taylor
2006-04-14 17:57 ` Thiemo Seufer
[not found] <BAY0-MC6-F17UW5RmrG0011a6d8@bay0-mc6-f17.bay0.hotmail.com>
2006-04-20 15:08 ` Nathan Kunkee
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=5b5833aa0604141039n539271d8u9404cb6c6cc3aaa3@mail.gmail.com \
--to=anderson.lizardo@gmail.com \
--cc=qemu-devel@nongnu.org \
/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;
as well as URLs for NNTP newsgroup(s).