From: Jim Wilson Date: Tue, 18 Oct 1994 20:16:54 +0000 (-0700) Subject: (ASM_SPEC): Pass -mcpu= option to GNU as. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2507a2764d903775ed290150683f8a3bca5d8075;p=gcc.git (ASM_SPEC): Pass -mcpu= option to GNU as. From-SVN: r8303 --- diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 6b80d9c94fa..37ca9a91968 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -559,6 +559,8 @@ while (0) %{!.s:-nocpp} %{.s: %{cpp} %{nocpp}} \ %{pipe: %e-pipe is not supported.} \ %{K}} \ +%{!mmips-as: \ + %{mcpu=*}} \ %{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3} %{v} \ %{noasmopt:-O0} \ %{!noasmopt:%{O:-O2} %{O1:-O2} %{O2:-O2} %{O3:-O3}} \ @@ -576,6 +578,8 @@ while (0) %{!.s:-nocpp} %{.s: %{cpp} %{nocpp}} \ %{pipe: %e-pipe is not supported.} \ %{K}} \ +%{mgas: \ + %{mcpu=*}} \ %{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3} %{v} \ %{noasmopt:-O0} \ %{!noasmopt:%{O:-O2} %{O1:-O2} %{O2:-O2} %{O3:-O3}} \