(ASM_SPEC): If -noasmopt, pass -O0.
authorRichard Stallman <rms@gnu.org>
Wed, 26 May 1993 04:37:08 +0000 (04:37 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 26 May 1993 04:37:08 +0000 (04:37 +0000)
From-SVN: r4573

gcc/config/mips/iris3.h
gcc/config/mips/mips.h

index 8ed23a79eea5eb4052edbc7fb88bc1938ba2dd04..0e7785a6b832e24bcd8a1502465f34d4afc6b846 100644 (file)
@@ -45,6 +45,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
        %{!mrnames: %{!.s:-nocpp} %{.s: %{cpp} %{nocpp}}} \
        %{pipe: %e-pipe is not supported.} \
        %{mips1} %{mips2} %{mips3} \
+       %{noasmopt:-O0} \
        %{!noasmopt:%{O:-O2} %{O1:-O2} %{O2:-O2} %{O3:-O3}} \
        %{g} %{g0} %{g1} %{g2} %{g3} %{v} %{K} \
        %{ggdb:-g} %{ggdb0:-g0} %{ggdb1:-g1} %{ggdb2:-g2} %{ggdb3:-g3} \
index 5a25fff9c9521689b5d68de0ad6eaa84b5dd1c34..3a21620bdd7ae11eb5789b50bfa139651714aa32 100644 (file)
@@ -549,6 +549,7 @@ while (0)
        %{EB} %{!EB:-EB} \
        %{EL: %e-EL not supported} \
        %{mips1} %{mips2} %{mips3} \
+       %{noasmopt:-O0} \
        %{!noasmopt:%{O:-O2} %{O1:-O2} %{O2:-O2} %{O3:-O3}} \
        %{g} %{g0} %{g1} %{g2} %{g3} %{v} %{K} \
        %{ggdb:-g} %{ggdb0:-g0} %{ggdb1:-g1} %{ggdb2:-g2} %{ggdb3:-g3} \