Add missing \ before return inside string.
authorMichael Meissner <meissner@gcc.gnu.org>
Thu, 4 Mar 1993 15:39:20 +0000 (15:39 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Thu, 4 Mar 1993 15:39:20 +0000 (15:39 +0000)
From-SVN: r3627

gcc/gcc.c

index 61895212941e7b6c14822e9828c5442b8320860a..3c7e466eb97dd3c2cc5c3dd6653cd3d93ffdcb8b 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -576,7 +576,7 @@ static int n_default_compilers
 #ifdef LINK_LIBGCC_SPECIAL_1
 /* Have gcc do the search for libgcc.a, but generate -L options as usual.  */
 static char *link_command_spec = "\
-%{!fsyntax-only:
+%{!fsyntax-only: \
  %{!c:%{!M:%{!MM:%{!E:%{!S:ld %l %X %{o*} %{A} %{d} %{e*} %{m} %{N} %{n} \
                        %{r} %{s} %{T*} %{t} %{u*} %{x} %{z}\
                        %{!A:%{!nostdlib:%S}} %{static:}\
@@ -585,7 +585,7 @@ static char *link_command_spec = "\
 #ifdef LINK_LIBGCC_SPECIAL
 /* Have gcc do the search for libgcc.a, and don't generate -L options.  */
 static char *link_command_spec = "\
-%{!fsyntax-only:
+%{!fsyntax-only: \
  %{!c:%{!M:%{!MM:%{!E:%{!S:ld %l %X %{o*} %{A} %{d} %{e*} %{m} %{N} %{n} \
                        %{r} %{s} %{T*} %{t} %{u*} %{x} %{z}\
                        %{!A:%{!nostdlib:%S}} %{static:}\
@@ -593,7 +593,7 @@ static char *link_command_spec = "\
 #else
 /* Use -L and have the linker do the search for -lgcc.  */
 static char *link_command_spec = "\
-%{!fsyntax-only:
+%{!fsyntax-only: \
  %{!c:%{!M:%{!MM:%{!E:%{!S:ld %l %X %{o*} %{A} %{d} %{e*} %{m} %{N} %{n} \
                        %{r} %{s} %{T*} %{t} %{u*} %{x} %{z}\
                        %{!A:%{!nostdlib:%S}} %{static:}\