On Mon, Dec 17, 2018 at 10:07:30AM -0500, David Edelsohn wrote: > Currently the AIX configuration defines extra_headers to install some > PowerPC-specific headers, such as altivec.h. The GCC configuration for > Power was changed to define this centrally and the individual > definitions for Linux were removed, but remained for AIX. This means > that AIX overrides the common definition and is missing some headers. > > This patch removes the AIX-specific definitions to utilize the common > definition and install all of the GCC PowerPC-specific headers. > > Bootstrapped on powerpc-ibm-aix7.2.0.0 > > Thanks, David > > * config.gcc (powerpc-ibm-aix6.*): Delete extra_headers. > (powerpc-ibm-aix7.1.*): Same. > (powerpc-ibm-aix[789].*): Same.
Thanks for cleaning this up David! Segher