Re: [PATCH] Allow cscope to index multiple architectures

2005-07-13 Thread Sam Ravnborg
> > The patch has: > > +ALLSOURCE_ARCHS := $(ARCH) > > won't that do it? I thought $(ARCH) would be i386 so ALLSOURCE_ARCHS > will be too unless you override it. I overlooked that part. Applied. Sam - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

Re: [PATCH] Allow cscope to index multiple architectures

2005-07-13 Thread Ian Campbell
On Wed, 2005-07-13 at 21:43 +, Sam Ravnborg wrote: > On Thu, Jun 23, 2005 at 11:25:54AM +0100, Ian Campbell wrote: > > Hi, > > > > I have a single source tree which I cross compile for a couple of > > different architectures using ARHC=foo O=blah etc. > > > > The existing cscope target is ver

Re: [PATCH] Allow cscope to index multiple architectures

2005-07-13 Thread Sam Ravnborg
On Thu, Jun 23, 2005 at 11:25:54AM +0100, Ian Campbell wrote: > Hi, > > I have a single source tree which I cross compile for a couple of > different architectures using ARHC=foo O=blah etc. > > The existing cscope target is very handy but only indexes the current > $(ARCH), which is a pain since