(ASM_SPEC): Pass -mcpu= option to GNU as.
authorJim Wilson <wilson@gcc.gnu.org>
Tue, 18 Oct 1994 20:16:54 +0000 (13:16 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 18 Oct 1994 20:16:54 +0000 (13:16 -0700)
From-SVN: r8303

gcc/config/mips/mips.h

index 6b80d9c94faac853dd9eb81389eb0480e73ca492..37ca9a9196822591952dbd7545b33af45667e25a 100644 (file)
@@ -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}} \