Re: [PATCH] Simplify target and platform checks

2008-07-19 Thread Robert Millan
Thanks, this was really needed. I hope it's less of a mess now. On Thu, Jul 17, 2008 at 12:50:42PM -0400, Pavel Roskin wrote: > ChangeLog: > > * configure.ac: Default to efi platform for x86_64-apple. Allow > powerpc64 CPU, default to ieee1275 platform for it. Split CPU > ad

Re: [PATCH] Simplify target and platform checks

2008-07-17 Thread Pavel Roskin
On Thu, 2008-07-17 at 19:03 +0200, Javier Martín wrote: > Confirmed to work on amd64 PC with Ubuntu Hardy (default system type > from config.guess is x86_64-unknown-linux-gnu) Thanks. Applied. -- Regards, Pavel Roskin ___ Grub-devel mailing list Gr

Re: [PATCH] Simplify target and platform checks

2008-07-17 Thread Javier Martín
El jue, 17-07-2008 a las 12:50 -0400, Pavel Roskin escribió: > ChangeLog: > > * configure.ac: Default to efi platform for x86_64-apple. Allow > powerpc64 CPU, default to ieee1275 platform for it. Split CPU > adjustments from the rest, only do them if target is not > expli

[PATCH] Simplify target and platform checks

2008-07-17 Thread Pavel Roskin
ChangeLog: * configure.ac: Default to efi platform for x86_64-apple. Allow powerpc64 CPU, default to ieee1275 platform for it. Split CPU adjustments from the rest, only do them if target is not explicitly given. Merge other adjustments with the final sanity