This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Soft FP in libgcc -- how to disable it?


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]