This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: is libf2c.a allegedly multilibbed?
- To: egcs at cygnus dot com, robertl at dgii dot com
- Subject: Re: is libf2c.a allegedly multilibbed?
- From: meissner at cygnus dot com
- Date: Mon, 3 Nov 1997 09:32:07 -0500 (EST)
| 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.
| Since to my knowledge, this is the first time anyone has executed
| g77 on OpenServer and ELF is definitely the preferred (and default)
| format, I'm not going to lose a whole lot of sleep over this.
|
| RJL
|