From: proski Date: Thu, 11 Jun 2009 17:31:38 +0000 (+0000) Subject: 2009-06-11 Pavel Roskin X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=e65acb0ca87e80fbe6c75eca311bb0a096b72d11;p=grub2.git 2009-06-11 Pavel Roskin * configure.ac: Remove host_m32. Issues with 64-bit utilities have long been resolved. --- diff --git a/ChangeLog b/ChangeLog index 354072e56..ba8e1afb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-06-11 Pavel Roskin + + * configure.ac: Remove host_m32. Issues with 64-bit utilities + have long been resolved. + 2009-06-11 Colin Watson * util/grub.d/10_linux.in: Capitalise "Linux". diff --git a/configure.ac b/configure.ac index 6757d4f1c..ca8c265d1 100644 --- a/configure.ac +++ b/configure.ac @@ -43,10 +43,6 @@ AC_CANONICAL_TARGET # Program name transformations AC_ARG_PROGRAM -case "$host_cpu" in - powerpc64) host_m32=1 ;; -esac - case "$target_cpu" in i[[3456]]86) target_cpu=i386 ;; esac @@ -172,11 +168,6 @@ if test x$grub_cv_apple_cc == xyes ; then CFLAGS="$CFLAGS -DAPPLE_CC=1 -fnested-functions" ASFLAGS="$ASFLAGS -DAPPLE_CC=1" fi -if test "x$host_m32" = x1; then - # Force 32-bit mode. - CFLAGS="$CFLAGS -m32" - LDFLAGS="$LDFLAGS -m32" -fi # Check LZO when compiling for the i386-pc. if test "$target_cpu"-"$platform" = i386-pc; then