On Tue, Nov 04, 2008 at 06:48:26PM -0500, Pavel Roskin wrote:
> Index: configure.ac
> ===================================================================
> --- configure.ac      (revision 1893)
> +++ configure.ac      (working copy)
> @@ -291,6 +291,11 @@
>        TARGET_CFLAGS="$TARGET_CFLAGS -malign-jumps=1 -malign-loops=1 
> -malign-functions=1"
>      fi
>    fi
> +
> +  # Force long calls on PowerPC.
> +  if test "x$target_cpu" = xpowerpc; then
> +    TARGET_CFLAGS="$TARGET_CFLAGS -mlongcall"
> +  fi
>  fi

IIRC we had a case/esac stanza for $target_cpu already.  Shouldn't this be added
there instead?

-- 
Robert Millan

  The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all."


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to