Put spaces between -mips* cases in CC1_SPEC
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 27 Jun 1996 21:52:25 +0000 (21:52 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 27 Jun 1996 21:52:25 +0000 (21:52 +0000)
From-SVN: r12337

gcc/config/mips/mips.h
gcc/config/mips/osfrose.h

index 9db54b4b860e8b39c411d4be6272ce8f7ef16efd..6c45d96f89f13d2e8b7441cd9ef30d4a1c680ada 100644 (file)
@@ -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}} \
index d11db0b6082e23e2f3523f27b63e84d33528d988..dadd614b4e5a1d2061a3c210ba7ee343eefa62ae 100644 (file)
@@ -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} \