aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>1996-06-27 21:52:25 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>1996-06-27 21:52:25 +0000
commit7e99e4948d47de46cc8463e743ca1fe7a25b47f4 (patch)
treeff1f4aad6c4da15dd0c355a1e7c644a0fa12f8f1 /gcc
parent9c0e838fa0e2cdbe96f40b4d209ed83540040148 (diff)
downloadgcc-7e99e4948d47de46cc8463e743ca1fe7a25b47f4.zip
gcc-7e99e4948d47de46cc8463e743ca1fe7a25b47f4.tar.gz
gcc-7e99e4948d47de46cc8463e743ca1fe7a25b47f4.tar.bz2
Put spaces between -mips* cases in CC1_SPEC
From-SVN: r12337
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/mips/mips.h2
-rw-r--r--gcc/config/mips/osfrose.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h
index 9db54b4..6c45d96 100644
--- a/gcc/config/mips/mips.h
+++ b/gcc/config/mips/mips.h
@@ -707,7 +707,7 @@ while (0)
#ifndef CC1_SPEC
#define CC1_SPEC "\
%{gline:%{!g:%{!g0:%{!g1:%{!g2: -g1}}}}} \
-%{mips1:-mfp32 -mgp32}%{mips2:-mfp32 -mgp32}\
+%{mips1:-mfp32 -mgp32} %{mips2:-mfp32 -mgp32}\
%{mips3:%{!msingle-float:%{!m4650:-mfp64}} -mgp64} \
%{mips4:%{!msingle-float:%{!m4650:-mfp64}} -mgp64} \
%{mfp64:%{msingle-float:%emay not use both -mfp64 and -msingle-float}} \
diff --git a/gcc/config/mips/osfrose.h b/gcc/config/mips/osfrose.h
index d11db0b..dadd614 100644
--- a/gcc/config/mips/osfrose.h
+++ b/gcc/config/mips/osfrose.h
@@ -121,7 +121,7 @@ Boston, MA 02111-1307, USA. */
/* Turn on -mpic-extern by default. */
#define CC1_SPEC "\
%{gline:%{!g:%{!g0:%{!g1:%{!g2: -g1}}}}} \
-%{mips1:-mfp32 -mgp32}%{mips2:-mfp32 -mgp32}%{mips3:-mfp64 -mgp64} \
+%{mips1:-mfp32 -mgp32} %{mips2:-mfp32 -mgp32} %{mips3:-mfp64 -mgp64} \
%{G*} \
%{pic-none: -mno-half-pic} \
%{pic-lib: -mhalf-pic} \