aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1994-10-18 13:16:54 -0700
committerJim Wilson <wilson@gcc.gnu.org>1994-10-18 13:16:54 -0700
commit2507a2764d903775ed290150683f8a3bca5d8075 (patch)
tree480a13ec1ff3fb13344247ffe6d516f1084c9a02 /gcc
parent5415b705f4ca9540317f9841db9a5a1e404099b2 (diff)
downloadgcc-2507a2764d903775ed290150683f8a3bca5d8075.zip
gcc-2507a2764d903775ed290150683f8a3bca5d8075.tar.gz
gcc-2507a2764d903775ed290150683f8a3bca5d8075.tar.bz2
(ASM_SPEC): Pass -mcpu= option to GNU as.
From-SVN: r8303
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/mips/mips.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h
index 6b80d9c..37ca9a9 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}} \