commit-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[2306] 2009-06-11 Pavel Roskin <address@hidden>


From: Pavel Roskin
Subject: [2306] 2009-06-11 Pavel Roskin <address@hidden>
Date: Thu, 11 Jun 2009 17:31:39 +0000

Revision: 2306
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2306
Author:   proski
Date:     2009-06-11 17:31:38 +0000 (Thu, 11 Jun 2009)
Log Message:
-----------
2009-06-11  Pavel Roskin  <address@hidden>

        * configure.ac: Remove host_m32.  Issues with 64-bit utilities
        have long been resolved.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/configure.ac

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog       2009-06-11 17:06:35 UTC (rev 2305)
+++ trunk/grub2/ChangeLog       2009-06-11 17:31:38 UTC (rev 2306)
@@ -1,3 +1,8 @@
+2009-06-11  Pavel Roskin  <address@hidden>
+
+       * configure.ac: Remove host_m32.  Issues with 64-bit utilities
+       have long been resolved.
+
 2009-06-11  Colin Watson  <address@hidden>
 
        * util/grub.d/10_linux.in: Capitalise "Linux".

Modified: trunk/grub2/configure.ac
===================================================================
--- trunk/grub2/configure.ac    2009-06-11 17:06:35 UTC (rev 2305)
+++ trunk/grub2/configure.ac    2009-06-11 17:31:38 UTC (rev 2306)
@@ -43,10 +43,6 @@
 # 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 @@
   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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]