Re: Cross compiling GRUB 1.95

2006-11-13 Thread Hollis Blanchard
On Sun, 2006-11-05 at 16:24 -0500, Will Buik wrote: > I am trying to cross compile GRUB 1.95 from an i686 linux system to an > i686 linux uclibc system. However, when I run the configure script I > get the error: > > checking if GCC has the regparm=3 bug... configure: error: cannot run > test pro

Cross compiling GRUB 1.95

2006-11-05 Thread Will Buik
I am trying to cross compile GRUB 1.95 from an i686 linux system to an i686 linux uclibc system. However, when I run the configure script I get the error: checking if GCC has the regparm=3 bug... configure: error: cannot run test program while cross compiling How can I bypass this test or other

Re: Cross-compiling GRUB

2005-07-16 Thread Hollis Blanchard
On Apr 10, 2005, at 1:06 PM, Marco Gerards wrote: At the moment I am compiling GRUB on one PPC system and running it on another. At the moment this is very unproductive for me and making it hard, if not impossible, to do any testing. So I set up a cross-compiler so I can compile GRUB 2 for the

Re: Cross-compiling GRUB

2005-06-21 Thread Yoshinori K. Okuji
On Tuesday 21 June 2005 17:51, Marco Gerards wrote: > I contacted the FSF about this patch and explained my personal > situation. They told me it is legally ok to apply this patch. Good. :) Okuji ___ Grub-devel mailing list Grub-devel@gnu.org http://

Re: Cross-compiling GRUB

2005-06-21 Thread Marco Gerards
"Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes: > On Sunday 10 April 2005 07:06 pm, Marco Gerards wrote: >> I think all these fixes are too obvious and should not cause any >> copyright problems. Okuji, do you agree with this? > > It is not obvious. Please understand that "obvious" in copyright

Re: Cross-compiling GRUB

2005-04-12 Thread Marco Gerards
"Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes: > On Sunday 10 April 2005 07:06 pm, Marco Gerards wrote: >> I think all these fixes are too obvious and should not cause any >> copyright problems. Okuji, do you agree with this? > > It is not obvious. Please understand that "obvious" in copyright

Re: Cross-compiling GRUB

2005-04-12 Thread Yoshinori K. Okuji
On Sunday 10 April 2005 07:06 pm, Marco Gerards wrote: > I think all these fixes are too obvious and should not cause any > copyright problems. Okuji, do you agree with this? It is not obvious. Please understand that "obvious" in copyright laws means "small" in most cases. Haven't you talked wit

Re: Cross-compiling GRUB

2005-04-10 Thread Hollis Blanchard
On Apr 10, 2005, at 12:06 PM, Marco Gerards wrote: Johan, Hollis, this patch touches some of your files. It would be nice if both of you could have a quick look at this patch. :) From a quick skim, it looks fine to me. -Hollis ___ Grub-devel mailing lis

Cross-compiling GRUB

2005-04-10 Thread Marco Gerards
Hi, At the moment I am compiling GRUB on one PPC system and running it on another. At the moment this is very unproductive for me and making it hard, if not impossible, to do any testing. So I set up a cross-compiler so I can compile GRUB 2 for the PPC on my AMD64. There are three problems with