This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch] Altivec ABI as default for powerpc64 linux
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: Hartmut Penner <HPENNER at de dot ibm dot com>
- Cc: Alan Modra <amodra at bigpond dot net dot au>, dje at watson dot ibm dot com, gcc-patches at gcc dot gnu dot org
- Date: Fri, 30 Jan 2004 10:29:05 -0400
- Subject: Re: [Patch] Altivec ABI as default for powerpc64 linux
- References: <OF22E27C47.7301839F-ONC1256E2B.004D3AF0-C1256E2B.004DAC74@de.ibm.com>
> If I do it like you propose (and Darwin did), you cannot turn the
> ABI of by issuing -mno-abi=altivec (or whatever the right syntax is).
> I just want to set the default, not overside the settings.
Ah yes. I remember trying to move SUBSUBTARGET up before the code
setting the command line switches, but Geoff objected. I should fix
that and address his concerns.
OK, patch ok everywhere.
Aldy