On Mon, Jul 23, 2007 at 01:18:14AM -0700, Roland McGrath wrote: > > > -cmd_link_multi-m = $(LD) $(ld_flags) $(LDFLAGS_MODULE) -o $@ > > > $(link_multi_deps) > > > +cmd_link_multi-m = $(cmd_link_multi-y) > > This signel change looks wrong. We do not want to generate a linker > > script for modules. > > multi-m has nothing to do with modules, really. It's just for another > "built-in.o"-style object that happens to be the input for a .ko link > rather than the vmlinux link. OK - so even in that case we should defer to the link script trick - OK.
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/