This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Old PPC patch - 405F, 440 support
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Zack Weinberg <zack at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 29 Aug 2002 20:50:15 -0400
- Subject: Re: Old PPC patch - 405F, 440 support
>>>>> Zack Weinberg writes:
Zack> Something like this, then? (I assume you meant 405f) The t-newas
Zack> patch may not be necessary, I only vaguely understand multilibs.
I meant 405fp.
The patch is fine after gcc-3.3 branches but *not* the
MULTILIB_MATCHES change in t-newas. The whole point of 405fp is that it
*does* have an FPU so it shouldn't trigger soft-float, and mcpu=405
already is present in t-ppccomm (not t-newas).
Thanks, David