[CRIU] [PATCH 0/2] build: fix zdtm build on ppc64le
Laurent Dufour
ldufour at linux.vnet.ibm.com
Wed Feb 24 08:21:29 PST 2016
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.
Laurent Dufour (2):
nmk: Use ppc64 for PowerPC 64 bits architecture
build: Use ppc64 for PowerPC 64 bits architecture
Makefile | 2 +-
criu/Makefile | 3 +--
scripts/nmk/scripts/include.mk | 2 +-
test/zdtm/Makefile.inc | 11 -----------
4 files changed, 3 insertions(+), 15 deletions(-)
--
1.9.1
More information about the CRIU
mailing list