Re: [LTP] [PATCH] realtime is architecture specific

2008-04-28 Thread Subrata Modak
On Mon, 2008-04-28 at 09:41 +0100, Martin Habets wrote: > Thanks for the info. I'll try the intermdiate April release then. Yes, you can try out the April 08 Intermediate release to see of that solves your problem. Hope it does so. Else, you can resend some Patch. Regards-- Subrata > Yes, my pat

Re: [LTP] [PATCH] realtime is architecture specific

2008-04-28 Thread Martin Habets
Thanks for the info. I'll try the intermdiate April release then. Yes, my patch did not consider cross-compiling. Martin On Mon, Apr 28, 2008 at 12:26:25PM +0530, Subrata Modak wrote: > On Sun, 2008-04-27 at 13:47 +0100, Martin Habets wrote: > > The realtime test suite has some architecture speci

Re: [LTP] [PATCH] realtime is architecture specific

2008-04-27 Thread Subrata Modak
On Sun, 2008-04-27 at 13:47 +0100, Martin Habets wrote: > The realtime test suite has some architecture specific code in it, > and results in build errors on those not supported. > This makes it build only for the architectures supported. And i think we already have this Fix in LTP in April. Chira

Re: [LTP] [PATCH] realtime is architecture specific

2008-04-27 Thread Mike Frysinger
On Sunday 27 April 2008, Martin Habets wrote: > The realtime test suite has some architecture specific code in it, > and results in build errors on those not supported. > This makes it build only for the architectures supported. > > +ARCH = $(shell uname -m) ugh, no. LTP should never ever execute

[LTP] [PATCH] realtime is architecture specific

2008-04-27 Thread Martin Habets
The realtime test suite has some architecture specific code in it, and results in build errors on those not supported. This makes it build only for the architectures supported. Martin Signed-off-by: Martin Habets <[EMAIL PROTECTED]> Index: ltp/testcases/realtime/Makefile