-----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-----
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; }; } ;;
_______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel