>>> On 15.08.16 at 01:07, <konrad.w...@oracle.com> wrote:
> On x86 it works great but on ARM 32,64 not so much.

Considering the nature of the change ...

> --- a/xen/Makefile
> +++ b/xen/Makefile
> @@ -101,7 +101,7 @@ _uninstall:
>  
>  .PHONY: _debug
>  _debug:
> -     objdump -D -S $(TARGET)-syms > $(TARGET).s
> +     $(OBJDUMP) -D -S $(TARGET)-syms > $(TARGET).s

... I'd have expected breakage to be the other way around (works
in native build but breaks in cross ones). Can you explain in which
way a plain objdump fails here in the native case?

Irrespective of that the patch of course if fine, i.e.
Acked-by: Jan Beulich <jbeul...@suse.com>
just that's it like it to be explained better.

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to