tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Reducing ld.elf_so relocations and size



> 
> libc's build system is not the most friendly for actually reusing stuff.
> It is finding sources in one of four locations, some of them at least
> hard coded using .CURDIR. That's not very helpful for interacting with
> it and I don't want to change half of the libc build system.

Actually, changing bsd.lib.mk to explictly make each .o depend on the
actual source file requested, rather than relying on the suffix rules
should help (and probably speed thing up!).

        David

-- 
David Laight: david%l8s.co.uk@localhost


Home | Main Index | Thread Index | Old Index