Re: Suspend2-2.2.2 for 2.6.16.

From: Rafael J. Wysocki
Date: Thu Mar 30 2006 - 07:23:10 EST


On Thursday 30 March 2006 14:17, Rafael J. Wysocki wrote:
> On Thursday 30 March 2006 14:05, Pavel Machek wrote:
> > > > I do not see missing includes, so I'm not sure it will help. Can you
> > > > try adding
> > > >
> > > > ARCH=x86_64
> > > >
> > > > to Makefile?
> > >
> > > Heh. It worked. Maybe you should have something to figure out what arch the
> > > user is using :) It seems a bit strange to tell the compiler that I'm using
> > > the arch it ought to know I'm using.
> >
> > Good. Does
> >
> > ARCH=`uname -m`
> >
> > work, too?
>
> No, it doesn't.

Something like this works, though:

ARCH:=$(shell uname -m)

Rafael
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/