tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: MI linker script
> On Nov 7, 2014, at 6:53 AM, Masao Uebayashi <uebayasi%gmail.com@localhost> wrote:
>
> I want to make kernel linkage use MI linker script, so that MI ELF
> section/symbol handling is centralized into the one place. Instead of
> directly link *.o into "netbsd", link an intermediate relocatable
> "netbsd.ro".
>
> The downside of this is that build uses more disk space. I mean to
> compensate that by making kernel build share objects in the long run,
> but it will take Long Time...
linker scripts aren't used when doing -r.
Home |
Main Index |
Thread Index |
Old Index