This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Soft FP in libgcc -- how to disable it?
- From: Jason R Thorpe <thorpej at wasabisystems dot com>
- To: Richard Henderson <rth at redhat dot com>, gcc at gcc dot gnu dot org
- Date: Mon, 28 Jan 2002 22:10:26 -0800
- Subject: Re: Soft FP in libgcc -- how to disable it?
- Organization: Wasabi Systems, Inc.
- References: <20020128215455.G8364@dr-evil.shagadelic.org> <20020128220152.A26380@redhat.com>
- Reply-to: thorpej at wasabisystems dot com
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>