Putting cross compilers into Fedora

Andreas Schwab schwab at redhat.com
Wed Sep 1 13:29:30 UTC 2010


David Woodhouse <dwmw2 at 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, schwab at redhat.com
GPG Key fingerprint = D4E8 DBE3 3813 BB5D FA84  5EC7 45C6 250E 6F00 984E
"And now for something completely different."


More information about the devel mailing list