From: "H. Peter Anvin" <hpa@kernel.org>
To: Sam Ravnborg <sam@ravnborg.org>,
linux-kbuild <linux-kbuild@vger.kernel.org>
Cc: linux@sandersweb.net, linux-kernel@vger.kernel.org,
x86 maintainers <x86@kernel.org>
Subject: Re: [git pull] x86 fixes
Date: Mon, 08 Sep 2008 14:22:04 -0700 [thread overview]
Message-ID: <48C5977C.7020109@kernel.org> (raw)
In-Reply-To: <48C59711.8050502@zytor.com>
H. Peter Anvin wrote:
> David Sanders wrote:
>> On Monday 08 September 2008 15:32, H. Peter Anvin wrote:
>>> diff --git a/arch/x86/Makefile_32.cpu b/arch/x86/Makefile_32.cpu
>>> index e372b58..b72b4f7 100644
>>> --- a/arch/x86/Makefile_32.cpu
>>> +++ b/arch/x86/Makefile_32.cpu
>>> @@ -45,3 +45,8 @@ cflags-$(CONFIG_MGEODEGX1) += -march=pentium-mmx
>>> # cpu entries
>>> cflags-$(CONFIG_X86_GENERIC) += $(call tune,generic,$(call
>>> tune,i686))
>> Peter, I'm getting this error:
>> as: unrecognized option `-mtune=generic32'
>> I have binutils 2.17.
>> David
>
> Oh bloody hell...
>
> cc-option = $(call try-run,\
> $(CC) $(KBUILD_CFLAGS) $(1) -S -xc /dev/null -o "$$TMP",$(1),$(2))
>
> Note the -S. Useless for anything related to the assembler.
>
> /me wimpers...
Sam:
Is there a reason cc-option and friends use -S instead of -c?
-hpa
parent reply other threads:[~2008-09-08 21:22 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <48C59711.8050502@zytor.com>]
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=48C5977C.7020109@kernel.org \
--to=hpa@kernel.org \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@sandersweb.net \
--cc=sam@ravnborg.org \
--cc=x86@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