2009-06-29 Robert Millan <rmh.grub@aybabtu.com>
Fix build on Debian / sparc. * configure.ac: Recognize `sparc' target_cpu (as sparc64).
This commit is contained in:
parent
85f2aab6f7
commit
02164e1bb7
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2009-06-29 Robert Millan <rmh.grub@aybabtu.com>
|
||||
|
||||
Fix build on Debian / sparc.
|
||||
|
||||
* configure.ac: Recognize `sparc' target_cpu (as sparc64).
|
||||
|
||||
2009-06-28 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* kern/i386/qemu/mmap.c (grub_machine_mmap_iterate): Use cast to
|
||||
|
|
|
@ -44,7 +44,8 @@ AC_CANONICAL_TARGET
|
|||
AC_ARG_PROGRAM
|
||||
|
||||
case "$target_cpu" in
|
||||
i[[3456]]86) target_cpu=i386 ;;
|
||||
i[[3456]]86) target_cpu=i386 ;;
|
||||
sparc) target_cpu=sparc64 ;;
|
||||
esac
|
||||
|
||||
# Specify the platform (such as firmware).
|
||||
|
|
Loading…
Reference in a new issue