This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: multilibs
Geoff Keating wrote:
>>Perhaps a solution would be to disable multilibs by default, at least
>>for native targets? On powerpc-linux for example, soft-float multilibs
>>get built even though there is no use for them - quite annoying when you
>>forget to turn them off by hand. We could then perhaps have a
>>configuration option to turn on specific multilibs for those who want them.
>>
>
>They're used for building the kernel. Believe me, if they were
>unnecessary I'd have deleted them a long time ago.
>
I guess it should make a distinction between libgcc and the other target
libraries, then? Presumably, no kernel needs a soft-float libstdc++ or
libgcj, and these are the ones that take the most time to build.
Bryce.