This is the mail archive of the gcc-patches@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: [PATCH]: Updated 7450 patch



On Friday, November 30, 2001, at 02:29 PM, Daniel Berlin wrote:

> I noticed that the 7450 was missing from the -mcpu handling switch, so we
> never passed -mppc to the assembler command line if you did -mcpu=7450.
> It also never added -D_ARCH_PPC for mcpu=7450.
> This looks like a simple oversight by whoever added the 7450. It would
> also mean that -maltivec -mcpu=7450 wouldn't work, because the assembler
> doesn't like -maltivec without -mppc.

That was me, and yes it was an oversight (although I think the fact that
you have to do it in multiple places suggests something wrong with the
mechanism.)  Thanks.  I need to add -mcpu=7400 similarly, but it will
take a while to do the testing.




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