On Tue, 2011-08-23 at 09:23 -0400, Mark Salter wrote: > > > > +cflags-y := -D__linux__ -D__TMS320C6X__ > > > > Why is __linux__ and __TMS3206C6X__ neeeded? > > and why are they not needed for CHECKFLAGS ? > > I think these two defines were left over from trying to compensate > for differences between TI compiler and GCC. They aren't needed. Last time I looked, the Coda file system was broken and would not compile if __linux__ wasn't defined. This is the *only* thing that prevents you from building a kernel with a generic $ARCH-elf toolchain, IIRC. -- dwmw2 -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html