[CRIU] [PATCH] make: Simplify ARCH retrieval

Cyrill Gorcunov gorcunov at openvz.org
Wed Jan 23 10:19:45 EST 2013


On Wed, Jan 23, 2013 at 07:15:19PM +0400, Alexander Kartashov wrote:
> On 01/23/2013 06:50 PM, Cyrill Gorcunov wrote:
> >p.s. With this patch the line
> >
> >  | ifeq ($(findstring arm,$(ARCH)),arm)
> >
> >seems to be unneeded and plain
> >
> >  | ifeq ($(ARCH),arm)
> 
> I've done this intentionally, since uname -m says armv7l on my ARM box.

I see. But it happened the uname_M we were using before this patch
has not retrieved arch properly, so please apply the patch and then
try out to use ifeq ($(ARCH),arm) instead, would it work?

	Cyrill


More information about the CRIU mailing list