public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Denys Vlasenko <vda.linux@googlemail.com>
To: Andi Kleen <andi@firstfloor.org>
Cc: linux-kernel@vger.kernel.org
Subject: arch/x86_64/kernel/Makefile: why EXTRA_AFLAGS := -traditional
Date: Thu, 20 Sep 2007 15:01:43 +0100	[thread overview]
Message-ID: <200709201501.44009.vda.linux@googlemail.com> (raw)

Hi Andi,

arch/x86_64/kernel/Makefile has 

EXTRA_AFLAGS := -traditional

and this is causing me trouble with #define MACRO(a,b) a.b
(defined in one of included header file).
It expands incorrectly, as "a. b" - extra space.

If I use a.##b, all other .S files suffer - I am getting
a.##b expansion in them.

Can I remove EXTRA_AFLAGS := -traditional?
--
vda

             reply	other threads:[~2007-09-20 14:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-20 14:01 Denys Vlasenko [this message]
2007-09-20 14:09 ` arch/x86_64/kernel/Makefile: why EXTRA_AFLAGS := -traditional Andi Kleen

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=200709201501.44009.vda.linux@googlemail.com \
    --to=vda.linux@googlemail.com \
    --cc=andi@firstfloor.org \
    --cc=linux-kernel@vger.kernel.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