* config.gcc (powerpc*-*-*, rs6000-*-*): Fix assignment syntax.

From-SVN: r60519
This commit is contained in:
Andreas Schwab 2002-12-26 18:01:22 +00:00 committed by Andreas Schwab
parent aac1406f30
commit b17bb466ac
2 changed files with 5 additions and 1 deletions

View 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

View 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}"