Commit b17bb466 by Andreas Schwab Committed by Andreas Schwab

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

From-SVN: r60519
parent aac1406f
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
......
......@@ -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}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment