aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/aix52.h
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2007-10-13 21:40:11 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2007-10-13 17:40:11 -0400
commitca94e524220617cadc4b32290474c50a0964fd46 (patch)
treea99e7657f857a9e2e6b56e256eb7015ae2da5dbe /gcc/config/rs6000/aix52.h
parent0194fe648b119cba9d028d2f914b3685e48f15cd (diff)
downloadgcc-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/aix52.h')
-rw-r--r--gcc/config/rs6000/aix52.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/rs6000/aix52.h b/gcc/config/rs6000/aix52.h
index 0bcefb2..f0744e1 100644
--- a/gcc/config/rs6000/aix52.h
+++ b/gcc/config/rs6000/aix52.h
@@ -122,6 +122,12 @@ do { \
#undef TARGET_POWER
#define TARGET_POWER 0
+/* 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