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 inevitably I'm interested in the other > one at any given time ;-). This patch allows me to pass a list of > architectures for cscope to index. e.g. > make ALLSOURCE_ARCHS="i386 arm" cscope > > This change also works for etags etc, and I presume it is just as useful > there.
I cannot see how it will index i386 if I do not specify ALLSOURCES_ARCHS (and I am running on a i386). Sam - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/