From 7e99e4948d47de46cc8463e743ca1fe7a25b47f4 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 27 Jun 1996 21:52:25 +0000 Subject: [PATCH] Put spaces between -mips* cases in CC1_SPEC From-SVN: r12337 --- gcc/config/mips/mips.h | 2 +- gcc/config/mips/osfrose.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 9db54b4b860..6c45d96f89f 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 d11db0b6082..dadd614b4e5 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} \ -- 2.30.2