This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: is libf2c.a allegedly multilibbed?
> | Have I bozoed something in my test fixture, or does libf2c.a really
> | only need to be built oncd instead of per multilibbed target?
>
> For OpenServer it might only be need to be built once, but in general you need
> to build all libraries multilibed. For example, on many of the embedded
> targets, multilib options include hardware/software floating point, and
> big/little support.
For OpenServer it definitly needs to be built twice, as this target
is multilibbed to handle ELF and COFF. The issues of mixing ELF and
COFF objects together are just too hairy.
RJL