On Thu, 8 May 2008, Ralf Baechle wrote: > I like it; we maybe should consider getting rid of most of the libs-* stuff > in arch/mips/Makefile. Some of it might be causing subtle bugs such as > routines exported to modules not getting linked into the kernel proper. Well, I think it should be reasonable to convert everything but lib/, the latter being used for various implicit bits like strcpy() or whatever some version of GCC may come up with. Plus possibly generic code overridable by boards for optimisation; I am not sure if we have got left any at the moment though. With the much better configuration language of 2.6 and more and more stuff being done by magic sections bits built as libraries cause more hassle than convenience. Maciej