Soft FP in libgcc -- how to disable it?

Richard Henderson rth@redhat.com
Tue Jan 29 02:44:00 GMT 2002


On Mon, Jan 28, 2002 at 09:54:55PM -0800, Jason R Thorpe wrote:
> I would like to exclude the soft FP stuff from libgcc, in favor of using
> the soft FP package in NetBSD's libc.
> 
> What's the canonical way to do this?

Using a t-makefile that doesn't include the softfp bits.

Particularly for mips, you may also have to modify things
such that you use the right function names etc, since 
there is the "standard" gcc names and the gofast names.


r~



More information about the Gcc mailing list