diff options
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 433829a..822fc67 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2897,12 +2897,12 @@ rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*) thread_file='aix' ;; rs6000-ibm-aix*) - tm_file="${tm_file} rs6000/aix.h + tm_file="${tm_file} rs6000/aix.h" float_format=none use_collect2=yes ;; rs6000-bull-bosx) - tm_file="${tm_file} rs6000/aix.h + tm_file="${tm_file} rs6000/aix.h" float_format=none use_collect2=yes ;; |