diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 2001-01-18 08:26:47 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 2001-01-18 08:26:47 -0500 |
commit | 2d6dc19dfa98f8852cf648198fe32b918754864f (patch) | |
tree | 9abbd3de42ccd4f53a12430a4a45b9e8f748d0a3 /gcc/config.gcc | |
parent | a1cfa434dec6c65d7ba969ace973ca137a66047a (diff) | |
download | gcc-2d6dc19dfa98f8852cf648198fe32b918754864f.zip gcc-2d6dc19dfa98f8852cf648198fe32b918754864f.tar.gz gcc-2d6dc19dfa98f8852cf648198fe32b918754864f.tar.bz2 |
Fix typos in previous change
From-SVN: r39120
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 ;; |