From 2d6dc19dfa98f8852cf648198fe32b918754864f Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 18 Jan 2001 08:26:47 -0500 Subject: [PATCH] Fix typos in previous change From-SVN: r39120 --- gcc/config.gcc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config.gcc b/gcc/config.gcc index 433829ab1cc..822fc67d603 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 ;; -- 2.30.2