Import Tristan Gingold's ia64 port
(based on patch sent to grub-devel by Tristan in 2008-01-28)
This commit is contained in:
parent
11cc30ac40
commit
2c40cc7868
32 changed files with 3791 additions and 38 deletions
|
@ -53,7 +53,8 @@ case "$target_cpu" in
|
|||
powerpc) ;;
|
||||
powerpc64) target_cpu=powerpc target_m32=1;;
|
||||
sparc64) ;;
|
||||
*) AC_MSG_ERROR([unsupported CPU type]) ;;
|
||||
ia64) ;;
|
||||
*) AC_MSG_ERROR([unsupported CPU type $target_cpu]) ;;
|
||||
esac
|
||||
|
||||
# Specify the platform (such as firmware).
|
||||
|
@ -68,6 +69,7 @@ if test "x$with_platform" = x; then
|
|||
i386-*) platform=pc ;;
|
||||
powerpc-*) platform=ieee1275 ;;
|
||||
sparc64-*) platform=ieee1275 ;;
|
||||
ia64*) platform=efi ;;
|
||||
*) AC_MSG_ERROR([unsupported machine type]) ;;
|
||||
esac
|
||||
else
|
||||
|
@ -82,6 +84,7 @@ case "$target_cpu"-"$platform" in
|
|||
i386-ieee1275) ;;
|
||||
powerpc-ieee1275) ;;
|
||||
sparc64-ieee1275) ;;
|
||||
ia64-efi) ;;
|
||||
*) AC_MSG_ERROR([unsupported machine type]) ;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue