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:
robertmh 2009-06-29 12:19:08 +00:00
parent 85f2aab6f7
commit 02164e1bb7
2 changed files with 8 additions and 1 deletions

View file

@ -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).