[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <48C59711.8050502@zytor.com>
Date: Mon, 08 Sep 2008 14:20:17 -0700
From: "H. Peter Anvin" <hpa@...or.com>
To: linux@...dersweb.net
CC: linux-kernel@...r.kernel.org,
Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>,
x86 maintainers <x86@...nel.org>
Subject: Re: [git pull] x86 fixes
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...
-hpa
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists