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 10:01:52PM -0800, Richard Henderson wrote:

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

Aha, I see.  Or, put another way, use a later-included t-makefile
to set $(FPBIT) and $(DPBIT) to empty, I suppose would be equivalent?

 > 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.

Our version of SoftFloat exports the GCC-expected names, and I made
sure that the current NetBSD MIPS config doesn't slurp in the gofast
header, so I should be okay here.

Ok, thanks for your help.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>


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