Commit f875bd31 by Michael Meissner

Use %u.o instead of %g.o in ASM_FINAL_SPEC if -c is not specified.

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