Commit 0246361d by Michael Meissner

Correctly find object file, after gcc.c changes

From-SVN: r1808
parent 6a1746af
......@@ -402,7 +402,7 @@ while (0)
\n mips-tfile %{v*: -v} \
%{K: -I %b.o~} \
%{!K: %{save-temps: -I %b.o~}} \
%{c:%W{o*}%{!o*:-o %b.o}}%{!c:-o %b.o} \
%{c:%W{o*}%{!o*:-o %b.o}}%{!c:-o %g.o} \
%{.s:%i} %{!.s:%g.s}}}"
#endif
......
......@@ -45,7 +45,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
\n mips-tfile %{v*: -v} %{d*} \
%{K: -I %b.o~} \
%{!K: %{save-temps: -I %b.o~}} \
%{c:%W{o*}%{!o*:-o %b.o}}%{!c:-o %b.o} \
%{c:%W{o*}%{!o*:-o %b.o}}%{!c:-o %g.o} \
%{.s:%i} %{!.s:%g.s}}}"
#define CPP_SPEC "\
......
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