Re: [PATCH -rt] Disable lpptest on !Linux hosts

2007-07-25 Thread Ingo Molnar
* Deepak Saxena <[EMAIL PROTECTED]> wrote: > hostprogs-$(CONFIG_IKCONFIG) += bin2c > +HOST_OS := $(shell uname) > +ifeq ($(HOST_OS),Linux) > ifdef CONFIG_LPPTEST > hostprogs-y += testlpp > endif > +endif ok, i've applied this. Ingo - To unsubscribe from this list: send the

Re: [PATCH -rt] Disable lpptest on !Linux hosts

2007-07-24 Thread Deepak Saxena
On Jul 24 2007, at 13:51, Deepak Saxena was caught saying: > Even this patch isn't really the right solution b/c you really want > to cross-build the may be cross-building for another architecture from > Linux you want cross-compile, not host compile but there's no really easy Sigh, not enough s

[PATCH -rt] Disable lpptest on !Linux hosts

2007-07-24 Thread Deepak Saxena
Sadly people keep wanting to build kernels on non-Linux hosts (cygwin & solaris) and testlpp really doesn't like to build on those. I have a separate patch to testlpp.c that fixes this, but it really makes no sense to build the tool to run on your cygwin host as it's meant to be run on Linux wi