* config.gcc (powerpc*-*-*, rs6000-*-*): Fix assignment syntax.
authorAndreas Schwab <schwab@suse.de>
Thu, 26 Dec 2002 18:01:22 +0000 (18:01 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Thu, 26 Dec 2002 18:01:22 +0000 (18:01 +0000)
From-SVN: r60519

gcc/ChangeLog
gcc/config.gcc

index d2e061443ab9b34cf01ea8d947cce6c2cc73e42f..cfbcf96e95b432f8ac47c65f7f28ed4889e679dc 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-26  Andreas Schwab  <schwab@suse.de>
+
+       * config.gcc (powerpc*-*-*, rs6000-*-*): Fix assignment syntax. 
+
 2002-12-25  David Edelsohn  <edelsohn@gnu.org>
 
        * config/rs6000/rs6000.c (rs6000_override_options): Convert to
index 707f18078faffe9bb4ebd026b2a6f293e816abee..1c2ada8cee2d825749a808068ba76008b42f45fb 100644 (file)
@@ -2864,7 +2864,7 @@ powerpc*-*-* | rs6000-*-*)
                        fi
                        ;;
        esac
-       out_file = rs6000/rs6000.c
+       out_file=rs6000/rs6000.c
        c_target_objs="${c_target_objs} rs6000-c.o"
        cxx_target_objs="${cxx_target_objs} rs6000-c.o"
        tmake_file="rs6000/t-rs6000 ${tmake_file}"