Re: [uml-devel] [PATCH] checkstack: use $UTS_MACHINE as target architecture

2014-07-07 Thread Konstantin Khlebnikov
On Tue, Jul 8, 2014 at 2:05 AM, Andrew Morton wrote: > On Sat, 05 Jul 2014 15:22:38 +0400 Konstantin Khlebnikov > wrote: > >> This fixes command # make checkstack for i386/x86_64. >> Looks like $UTS_MACHINE is exactly what scripts/checkstack.pl needs. >> >> By default $UTS_MACHINE is equal to $A

Re: [uml-devel] [PATCH] checkstack: use $UTS_MACHINE as target architecture

2014-07-07 Thread Andrew Morton
On Sat, 05 Jul 2014 15:22:38 +0400 Konstantin Khlebnikov wrote: > This fixes command # make checkstack for i386/x86_64. > Looks like $UTS_MACHINE is exactly what scripts/checkstack.pl needs. > > By default $UTS_MACHINE is equal to $ARCH, but some arch/${ARCH}/Makefile > overrides it. This patch