On Fri, Jun 06, 2008 at 02:49:55PM +0200, Ralf Wildenhues wrote: > > Any idea what's up with sparse and libtool? > > If --tag=CC is not passed to libtool before /home/hch/bin/cgcc, then it > tries to infer the set of compiler settings to use (CC, CXX, F77, ...) > from the compiler name passed. > > I don't know the sources in question, but typically you can append > --tag=CC to some $(LIBTOOL) variable or set $(LIBTOOLFLAGS) or so. Thanks, a LIBTOOL="libtool --tag=CC" CC=~/bin/cgcc ./configure does it for me. So I guess the problem is with libtool and it needs to be taught about cgcc. -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html