2009-06-11 Pavel Roskin <proski@gnu.org>
* configure.ac: Remove host_m32. Issues with 64-bit utilities have long been resolved.
This commit is contained in:
parent
bd47b0b5c7
commit
e65acb0ca8
2 changed files with 5 additions and 9 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-06-11 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* configure.ac: Remove host_m32. Issues with 64-bit utilities
|
||||
have long been resolved.
|
||||
|
||||
2009-06-11 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* util/grub.d/10_linux.in: Capitalise "Linux".
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue