> According to a suggestion by an autoconf developer, I think we should change
> the build system in this way:
>
> - Use "host" to represent an environment in which utilities (tools) run. This
> is a natural interpretation of the meaning of "host" in autoconf.
>
> - Use "target" to represent a
Hollis Blanchard <[EMAIL PROTECTED]> writes:
> On Wed, 2006-05-31 at 00:08 +0300, Vesa Jääskeläinen wrote:
> > Attached patch fixes problems for compiling correct code on i386-pc...
> > other platforms needs to be modified similarly too...
>
> I'm confused by this; could you explain? If _TARGET_C
..see the patch. I would like as much
feedback as possible. Thanks. :)
2006-06-10 Harley D. Eades III <[EMAIL PROTECTED]>
* configure.ac: Check for . Check for memalign().
* include/grub/util/misc.h: Include .
* util/grub-emu.c [HAVE_MALLOC_H]: I
Jeroen Dekkers <[EMAIL PROTECTED]> writes:
> On Sun, Jun 11, 2006 at 10:28:44AM -0500, Harley D. Eades III wrote:
> > Hello, I managed to work up a small patch for grub2. She makes it
> > possible to build grub2 on FreeBSD Release-6.1. There is one thing
> > I am not
[EMAIL PROTECTED] (Harley D. Eades III) writes:
> Jeroen Dekkers <[EMAIL PROTECTED]> writes:
>
> > On Sun, Jun 11, 2006 at 10:28:44AM -0500, Harley D. Eades III wrote:
> > > Hello, I managed to work up a small patch for grub2. She makes it
> > > possible t
"Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes:
> On Monday 12 June 2006 17:31, Harley D. Eades III wrote:
> > --- grub2/configure.ac Sun Jun 11 17:49:23 2006
> > +++ grub2Hacked/configure.acSun Jun 11 17:55:34 2006
> > @@ -121,6 +121,15 @@
> > A
"Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes:
> On Tuesday 13 June 2006 23:52, Harley D. Eades III wrote:
> > off_t is defined here on FreeBSD.
>
> I understand.
:)
> > I am not adding the include. All I added was the #if statement so
> > t
[EMAIL PROTECTED] (Harley D. Eades III) writes:
> >
> > You are right. I've checked in my own fix for this problem. Since recent
> > FreeBSD supports posix_memalign, I think mine is a bit better. Can you
> > confirm that this works on FreeBSD?
Well your