aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
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.gcc
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.gcc')
-rw-r--r--gcc/config.gcc10
1 files changed, 9 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 2b89432..42d47e3 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -2085,7 +2085,7 @@ rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
thread_file='aix'
extra_headers=
;;
-rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
+rs6000-ibm-aix5.2.* | powerpc-ibm-aix5.2.*)
tm_file="${tm_file} rs6000/aix.h rs6000/aix52.h rs6000/xcoff.h"
tmake_file=rs6000/t-aix52
extra_options="${extra_options} rs6000/aix64.opt"
@@ -2093,6 +2093,14 @@ rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
thread_file='aix'
extra_headers=
;;
+rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
+ tm_file="${tm_file} rs6000/aix.h rs6000/aix53.h rs6000/xcoff.h"
+ tmake_file=rs6000/t-aix52
+ extra_options="${extra_options} rs6000/aix64.opt"
+ use_collect2=yes
+ thread_file='aix'
+ extra_headers=
+ ;;
s390-*-linux*)
tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
tmake_file="${tmake_file} t-dfprules s390/t-crtstuff s390/t-linux"