Re: [PATCH] check_gcc for i386
From: Alan Cox (alan_at_lxorguk.ukuu.org.uk)
Date: 08/31/03
- Previous message: MRS VICTORIA KOROMAH: "THANK GOD."
- In reply to: Marcelo Tosatti: "Re: [PATCH] check_gcc for i386"
- Next in thread: Jeff Garzik: "Re: [PATCH] check_gcc for i386"
- Reply: Jeff Garzik: "Re: [PATCH] check_gcc for i386"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: Marcelo Tosatti <marcelo@parcelfarce.linux.theplanet.co.uk> Date: Sun, 31 Aug 2003 00:37:42 +0100
On Sad, 2003-08-30 at 23:58, Marcelo Tosatti wrote:
> > ifdef CONFIG_MPENTIUM4
> > -CFLAGS += -march=i686
> > +CFLAGS += $(call check_gcc,-march=pentium4,-march=i686)
> > endif
> >
> > ifdef CONFIG_MK6
>
> OK, I forgot what that does. Can you please explain in detail what
> check_gcc does.
Tries to use gcc with the options given and if not falls back to the
second set suggested. So it'll try -march=pentium4 (new gcc) and
fall back to -march=i686
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: MRS VICTORIA KOROMAH: "THANK GOD."
- In reply to: Marcelo Tosatti: "Re: [PATCH] check_gcc for i386"
- Next in thread: Jeff Garzik: "Re: [PATCH] check_gcc for i386"
- Reply: Jeff Garzik: "Re: [PATCH] check_gcc for i386"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|