diff options
author | David Edelsohn <edelsohn@gnu.org> | 2007-10-13 21:40:11 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2007-10-13 17:40:11 -0400 |
commit | ca94e524220617cadc4b32290474c50a0964fd46 (patch) | |
tree | a99e7657f857a9e2e6b56e256eb7015ae2da5dbe /gcc/config/rs6000/aix43.h | |
parent | 0194fe648b119cba9d028d2f914b3685e48f15cd (diff) | |
download | gcc-ca94e524220617cadc4b32290474c50a0964fd46.zip gcc-ca94e524220617cadc4b32290474c50a0964fd46.tar.gz gcc-ca94e524220617cadc4b32290474c50a0964fd46.tar.bz2 |
aix53.h: New file.
* config/rs6000/aix53.h: New file.
* config/rs6000/aix{41,43,51,52}.h (TARGET_ALTIVEC): Define to 0.
(TARGET_ALTIVEC_ABI): Same.
* config/rs6000/aix.h (TARGET_ALTIVEC): Delete.
(TARGET_ALTIVEC_ABI): Delete.
* config.gcc (powerpc-ibm-aix5*): Rename to aix5.2. Add new
stanza defaulting to aix5.3.
From-SVN: r129285
Diffstat (limited to 'gcc/config/rs6000/aix43.h')
-rw-r--r-- | gcc/config/rs6000/aix43.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/rs6000/aix43.h b/gcc/config/rs6000/aix43.h index 52a7796..56b24a3 100644 --- a/gcc/config/rs6000/aix43.h +++ b/gcc/config/rs6000/aix43.h @@ -122,6 +122,12 @@ do { \ #undef PROCESSOR_DEFAULT #define PROCESSOR_DEFAULT PROCESSOR_PPC604e +/* AIX does not support Altivec. */ +#undef TARGET_ALTIVEC +#define TARGET_ALTIVEC 0 +#undef TARGET_ALTIVEC_ABI +#define TARGET_ALTIVEC_ABI 0 + /* Define this macro as a C expression for the initializer of an array of string to tell the driver program which options are defaults for this target and thus do not need to be handled |