[CRIU] [PATCH] build: simplify ppc64 builds

Cyrill Gorcunov gorcunov at gmail.com
Tue Feb 23 08:09:34 PST 2016


On Mon, Feb 22, 2016 at 02:48:27PM +0100, Laurent Dufour wrote:
> Since the move to nmk, zdtm failed to build on ppc64 because ARCH is
> computed in the nmk and set to powerpc.
> In fact it seems more efficient to set it to ppc64 when this is ppc64
> or ppc64le since these 2 architecture should be handled the same way.
> 
> Doing this fixes the zdtm build issue and simplify a bit the others
> makefiles.
> 
> Cc: Cyrill Gorcunov <gorcunov at gmail.com>
> Signed-off-by: Laurent Dufour <ldufour at linux.vnet.ibm.com>
> ---
>  Makefile                       |  2 +-
>  criu/Makefile                  |  3 +--
>  scripts/nmk/scripts/include.mk |  2 +-
>  test/zdtm/Makefile.inc         | 11 -----------
>  4 files changed, 3 insertions(+), 15 deletions(-)

Laurent, look I would really love to stick with
powerpc instead, that's how it goes in linux kernel
which I prefer to follow on. That said I also think
we might move arch/ppc64 to arch/powerpc. Would
it be hard to go this way? Or there some strong
arguments against? What do you think? Pavel?


More information about the CRIU mailing list