aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2002-10-10 18:29:33 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2002-10-10 14:29:33 -0400
commit5f5d5417e851a99d501ce03a98f4b37a7a2cb58d (patch)
treed80c54e2d59e33096f1d490966b1b7f8650ef78f /gcc/config.gcc
parent7eafc329d3292e695770b39b0412ac5728b52c13 (diff)
downloadgcc-5f5d5417e851a99d501ce03a98f4b37a7a2cb58d.zip
gcc-5f5d5417e851a99d501ce03a98f4b37a7a2cb58d.tar.gz
gcc-5f5d5417e851a99d501ce03a98f4b37a7a2cb58d.tar.bz2
aix52.h: New file.
* config/rs6000/aix52.h: New file. * config/rs6000/t-aix52: New File. * config.gcc (rs6000-ibm-aix5.1.*): New entry. (rs6000-ibm-aix[56789].*): Default to AIX 5.2. From-SVN: r58021
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 0395812..8085d65 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -2132,7 +2132,7 @@ rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
thread_file='aix'
extra_headers=
;;
-rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
+rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
xm_defines=POSIX
tm_file="${tm_file} rs6000/aix.h rs6000/aix51.h rs6000/xcoff.h"
tmake_file=rs6000/t-aix43
@@ -2140,6 +2140,14 @@ rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
thread_file='aix'
extra_headers=
;;
+rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
+ xm_defines=POSIX
+ tm_file="${tm_file} rs6000/aix.h rs6000/aix52.h rs6000/xcoff.h"
+ tmake_file=rs6000/t-aix52
+ use_collect2=yes
+ thread_file='aix'
+ extra_headers=
+ ;;
rs6000-ibm-aix*)
xm_defines=POSIX
tm_file="${tm_file} rs6000/aix.h rs6000/xcoff.h"