aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>2001-01-18 13:03:43 +0000
committerRichard Kenner <kenner@gcc.gnu.org>2001-01-18 08:03:43 -0500
commit8eeb855e2b6b8cc1aea7df5dcd0e0856897668a2 (patch)
treec38ce2b54ed7c26ac8acb8f51a6ef549649dbd7f /gcc/config.gcc
parent34508ae824518688bdc83a4c73a141b21031c668 (diff)
downloadgcc-8eeb855e2b6b8cc1aea7df5dcd0e0856897668a2.zip
gcc-8eeb855e2b6b8cc1aea7df5dcd0e0856897668a2.tar.gz
gcc-8eeb855e2b6b8cc1aea7df5dcd0e0856897668a2.tar.bz2
* config.gcc (rs6000-ibm-aix*, rs6000-bull-bosx): Add rs6000/aix.h.
From-SVN: r39117
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index c28dd6a..433829a 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -2897,10 +2897,12 @@ rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
thread_file='aix'
;;
rs6000-ibm-aix*)
+ tm_file="${tm_file} rs6000/aix.h
float_format=none
use_collect2=yes
;;
rs6000-bull-bosx)
+ tm_file="${tm_file} rs6000/aix.h
float_format=none
use_collect2=yes
;;