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] Altivec ABI as default for powerpc64 linux


Aldy wrote:

> If the _actual_ PPC64 Linux ABI needs this, I don't have a problem
> with it.  We did the same thing for Darwin.
OK.

> BTW, where is the ppc64 linux ABI kept these days?

Alan keeps this document.

> You want to do this in SUBTARGET_OVERRIDE_OPTIONS (see how darwin.h
> does it).  Although for linux64.h you want
> SUBSUBTARGET_OVERRIDE_OPTIONS.

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.

      regards, Hartmut




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