[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [patch] Fix for building correct code on i386-pc (CVS-HEAD)
From: |
Hollis Blanchard |
Subject: |
Re: [patch] Fix for building correct code on i386-pc (CVS-HEAD) |
Date: |
Tue, 30 May 2006 17:00:03 -0500 |
On Tue, 2006-05-30 at 22:59 -0500, Harley D. Eades III wrote:
>
> http://lists.gnu.org/archive/html/grub-devel/2006-05/msg00106.html
"host" and "target" are unclear to me here. For example, grub-emu would
be compiled for the "host", but grub itself would be for the "target"?
When would you ever want to build things differently like that?
Or is this just so you can specify "host" build flags which are totally
separate from "target" flags (since the target is built as a
freestanding executable)?
In that case, in Vesa's patch, CFLAGS shouldn't need any of these,
right? -fno-builtin -mrtd -mregparm=3
-Hollis