From: Pavel Roskin <proski@gnu.org>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: [PATCH] New x86_64 EFI patch
Date: Thu, 17 Jul 2008 12:17:30 -0400 [thread overview]
Message-ID: <1216311450.16120.24.camel@dv> (raw)
In-Reply-To: <1216310516.21767.29.camel@localhost>
On Thu, 2008-07-17 at 18:01 +0200, Javier Martín wrote:
> I think this one would be better, as it follows the structure what's
> done with i386: vendor=apple -> efi; anything_else -> pc.
That's a good call. I'm working on a more radical patch now. I'll post
it for review.
> Also, this one
> errors out with a more understandable message that does not conflict
> with another check some lines down.
I agree that the messages should be improved.
> Index: configure.ac
> ===================================================================
> --- configure.ac (revisión: 1714)
> +++ configure.ac (copia de trabajo)
> @@ -59,11 +59,11 @@
> # Guess the platform if not specified.
> if test "x$with_platform" = x; then
> case "$target_cpu"-"$target_vendor" in
> - i386-apple) platform=efi ;;
> - i386-*) platform=pc ;;
> + i386-apple|x86_64-apple) platform=efi ;;
> + i386-*|x86_64-*) platform=pc ;;
> powerpc-*) platform=ieee1275 ;;
> sparc64-*) platform=ieee1275 ;;
> - *) AC_MSG_ERROR([unsupported machine type]) ;;
> + *) AC_MSG_ERROR([unable to guess platform. Use --with-platform]) ;;
That's misleading. We can guess platform for any supported CPU (well,
we try out best). The real problem is that the CPU is not supported,
and that's what the message should say.
--
Regards,
Pavel Roskin
next prev parent reply other threads:[~2008-07-17 16:17 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-20 17:04 [PATCH] New x86_64 EFI patch Bean
2008-06-21 17:04 ` Bean
2008-06-23 11:58 ` Isaac Dupree
2008-06-23 12:53 ` Bean
2008-06-24 12:52 ` Isaac Dupree
2008-06-24 13:12 ` Bean
2008-06-24 16:57 ` Isaac Dupree
2008-06-24 17:11 ` Bean
2008-06-24 21:59 ` Isaac Dupree
2008-06-25 6:49 ` Bean
2008-06-25 12:50 ` Isaac Dupree
2008-06-25 13:54 ` Bean
2008-06-28 10:51 ` Isaac Dupree
2008-06-28 11:55 ` Bean
2008-06-29 23:55 ` Isaac Dupree
2008-06-30 5:05 ` Bean
2008-07-02 13:43 ` Bean
2008-07-05 23:02 ` Isaac Dupree
2008-07-06 4:31 ` Bean
2008-07-08 16:16 ` Isaac Dupree
2008-07-08 16:31 ` Bean
2008-07-12 14:41 ` Robert Millan
2008-07-12 15:16 ` Bean
2008-07-12 15:26 ` Bean
2008-07-12 17:10 ` Robert Millan
2008-07-12 18:05 ` Bean
2008-07-17 9:50 ` Bean
2008-07-17 15:02 ` Javier Martín
2008-07-17 15:18 ` Bean
2008-07-17 15:28 ` Pavel Roskin
2008-07-17 15:22 ` Pavel Roskin
2008-07-17 15:26 ` Bean
2008-07-17 15:45 ` Javier Martín
2008-07-17 15:50 ` Bean
2008-07-17 16:01 ` Javier Martín
2008-07-17 16:17 ` Pavel Roskin [this message]
2008-07-17 16:06 ` Pavel Roskin
2008-07-17 16:17 ` Javier Martín
2008-07-19 15:01 ` generic BIOS-less boot (Re: [PATCH] New x86_64 EFI patch) Robert Millan
2008-07-12 15:26 ` [PATCH] New x86_64 EFI patch Robert Millan
2008-07-12 15:37 ` Bean
2008-07-12 15:48 ` Bean
2008-06-25 12:59 ` Isaac Dupree
2008-07-03 18:11 ` Marco Gerards
2008-07-03 19:51 ` Bean
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1216311450.16120.24.camel@dv \
--to=proski@gnu.org \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.