* config.gcc (rs6000-ibm-aix*, rs6000-bull-bosx): Add rs6000/aix.h.
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Thu, 18 Jan 2001 13:03:43 +0000 (13:03 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 18 Jan 2001 13:03:43 +0000 (08:03 -0500)
From-SVN: r39117

gcc/ChangeLog
gcc/config.gcc

index 2ab3f99322eb27d8b65fa3323b0e276aa46facfd..6848e8ec0d59a30d278927abc61139b40ee6a658 100644 (file)
@@ -1,3 +1,7 @@
+Thu Jan 18 06:43:04 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * config.gcc (rs6000-ibm-aix*, rs6000-bull-bosx): Add rs6000/aix.h.
+
 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
 
         * cpplib.c (_cpp_handle_directive): Use buffer->was_skipping,
index c28dd6a88da8e92554cf02a074ed5373216336cc..433829ab1cc5728244c85cb764ad377af14d1ae8 100644 (file)
@@ -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
        ;;