From: Richard Stallman Date: Wed, 26 May 1993 04:37:08 +0000 (+0000) Subject: (ASM_SPEC): If -noasmopt, pass -O0. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9bb30354733b427e658ea2541d6494cce80b8b71;p=gcc.git (ASM_SPEC): If -noasmopt, pass -O0. From-SVN: r4573 --- diff --git a/gcc/config/mips/iris3.h b/gcc/config/mips/iris3.h index 8ed23a79eea..0e7785a6b83 100644 --- a/gcc/config/mips/iris3.h +++ b/gcc/config/mips/iris3.h @@ -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} \ diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 5a25fff9c95..3a21620bdd7 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -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} \