David Woodhouse <dw...@infradead.org> writes:

> The problematic part is GCC, with its horrid incestuous dependencies --
> in particular, the way you have to build everything twice because it
> insists on building libgcc in the *same* pass as the one it uses to
> build gcc itself, and it wants to link libgcc_s against glibc, etc.

For a freestanding implementation (ie. for building the kernel) all you
need is binutils, gcc and libgcc.a for the target (no shared libgcc).

Andreas.

-- 
Andreas Schwab, sch...@redhat.com
GPG Key fingerprint = D4E8 DBE3 3813 BB5D FA84  5EC7 45C6 250E 6F00 984E
"And now for something completely different."
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to