All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vincent Pelletier <subdino2004@yahoo.fr>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: [PATCH] sparc64 (common & specific files)
Date: Wed, 13 Jul 2005 09:34:53 +0200	[thread overview]
Message-ID: <42D4C41D.7030401@yahoo.fr> (raw)
In-Reply-To: <42D4129A.6010802@yahoo.fr>

[-- Attachment #1: Type: text/plain, Size: 402 bytes --]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Vincent Pelletier wrote:
One more sparc64 specific file.
Now that the configure file has been updated on the server, the changes
are more visible.

Vincent Pelletier
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFC1MQcFEQoKRQyjtURAsckAJsFzSJbF8rj+mK/aca0e39hoKfN3QCcDiPI
CyBhCKHD6f82gSIuWBDVf50=
=h1m7
-----END PGP SIGNATURE-----

[-- Attachment #2: sparc64_configure.diff --]
[-- Type: text/plain, Size: 882 bytes --]

Index: configure
===================================================================
RCS file: /cvsroot/grub/grub2/configure,v
retrieving revision 1.15
diff -u -p -r1.15 configure
--- configure	12 Jul 2005 22:36:43 -0000	1.15
+++ configure	13 Jul 2005 07:29:21 -0000
@@ -1397,6 +1397,7 @@ host_os=`echo $ac_cv_host | sed 's/^\([^
 case "$host_cpu" in
   i[3456]86) host_cpu=i386 ;;
   powerpc) ;;
+  sparc64) ;;
   *) { { echo "$as_me:$LINENO: error: unsupported CPU type" >&5
 echo "$as_me: error: unsupported CPU type" >&2;}
    { (exit 1); exit 1; }; } ;;
@@ -1405,6 +1406,7 @@ esac
 case "$host_cpu"-"$host_vendor" in
   i386-*) host_vendor=pc ;;
   powerpc-*) host_vendor=ieee1275 ;;
+  sparc64-*) host_vendor=ieee1275 ;;
   *) { { echo "$as_me:$LINENO: error: unsupported machine type" >&5
 echo "$as_me: error: unsupported machine type" >&2;}
    { (exit 1); exit 1; }; } ;;

  reply	other threads:[~2005-07-13  7:59 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-12 18:57 [PATCH] sparc64 (common & specific files) Vincent Pelletier
2005-07-13  7:34 ` Vincent Pelletier [this message]
2005-07-13  8:55 ` Vincent Pelletier
2005-07-13 16:21   ` Marco Gerards
2005-07-13 21:02     ` Vincent Pelletier
2005-07-13 21:49       ` Marco Gerards
2005-07-13 22:15         ` Vincent Pelletier
2005-07-14  0:43           ` Hollis Blanchard
2005-07-14  8:27             ` Yoshinori K. Okuji
2005-07-13 16:19 ` Marco Gerards
2005-07-13 20:59   ` Vincent Pelletier
2005-07-27  3:58     ` missing prefix not fatal Hollis Blanchard
2005-07-27  7:27       ` Vincent Pelletier

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=42D4C41D.7030401@yahoo.fr \
    --to=subdino2004@yahoo.fr \
    --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.