diff options
author | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-08-15 15:25:19 +0000 |
---|---|---|
committer | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-08-15 15:25:19 +0000 |
commit | 5bc9f012d8fb96c8b05c938fab4b9db7f05e15ad (patch) | |
tree | 18346636e4126ec84b6bcc5ca92c82a647f865dc /gcc/config/mips/osfrose.h | |
parent | a0f5758c35cfc77ba5c5e8658f65767a167d0213 (diff) | |
download | gcc-5bc9f012d8fb96c8b05c938fab4b9db7f05e15ad.tar.gz |
Use %u.o instead of %g.o in ASM_FINAL_SPEC if -c is not specified.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1860 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mips/osfrose.h')
-rw-r--r-- | gcc/config/mips/osfrose.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/osfrose.h b/gcc/config/mips/osfrose.h index 9f2f38c30b8..d2a53c36844 100644 --- a/gcc/config/mips/osfrose.h +++ b/gcc/config/mips/osfrose.h @@ -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 %g.o} \ + %{c:%W{o*}%{!o*:-o %b.o}}%{!c:-o %u.o} \ %{.s:%i} %{!.s:%g.s}}}" #define CPP_SPEC "\ |