/[grub]/grub2/configure.ac
ViewVC logotype

Diff of /grub2/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by hollisb, Sat Nov 26 23:40:24 2005 UTC revision 1.18 by hollisb, Sat Dec 10 05:24:58 2005 UTC
# Line 22  AC_CANONICAL_HOST Line 22  AC_CANONICAL_HOST
22    
23  case "$host_cpu" in  case "$host_cpu" in
24    i[[3456]]86) host_cpu=i386 ;;    i[[3456]]86) host_cpu=i386 ;;
25    x86_64) host_cpu=i386 amd64=1 ;;    x86_64) host_cpu=i386 biarch32=1 ;;
26    powerpc) ;;    powerpc) ;;
27      powerpc64) host_cpu=powerpc biarch32=1;;
28    sparc64) ;;    sparc64) ;;
29    *) AC_MSG_ERROR([unsupported CPU type]) ;;    *) AC_MSG_ERROR([unsupported CPU type]) ;;
30  esac  esac
# Line 88  if test "x$default_CFLAGS" = xyes; then Line 89  if test "x$default_CFLAGS" = xyes; then
89      fi      fi
90    fi    fi
91    
92    if test "x$amd64" = x1; then    if test "x$biarch32" = x1; then
93      tmp_CFLAGS="$tmp_CFLAGS -m32"      tmp_CFLAGS="$tmp_CFLAGS -m32"
94    fi    fi
95    

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26