*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Sat, 6 Jun 1992 19:22:12 +0000 (19:22 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 6 Jun 1992 19:22:12 +0000 (19:22 +0000)
From-SVN: r1172

gcc/gcc.c

index 59db147afa74c6ef6ea59a29b61d4df76ae39906..2abfb6855697fc7dc984294c97cce43c50307d44 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -539,7 +539,7 @@ static int n_default_compilers
 /* Here is the spec for running the linker, after compiling all files.  */
 
 #ifdef LINK_LIBGCC_SPECIAL
-/* Have gcc do the search.  */
+/* Have gcc do the search for libgcc.a.  */
 /* -u* was put back because both BSD and SysV seem to support it.  */
 static char *link_command_spec = "\
 %{!c:%{!M:%{!MM:%{!E:%{!S:ld %l %X %{o*} %{A} %{d} %{e*} %{m} %{N} %{n} \
@@ -547,7 +547,7 @@ static char *link_command_spec = "\
                        %{!A:%{!nostdlib:%S}} \
                        %{L*} %D %o %{!nostdlib:libgcc.a%s %L libgcc.a%s %{!A:%E}}\n }}}}}";
 #else
-/* Use -l and have the linker do the search.  */
+/* Use -L and have the linker do the search for -lgcc.  */
 static char *link_command_spec = "\
 %{!c:%{!M:%{!MM:%{!E:%{!S:ld %l %X %{o*} %{A} %{d} %{e*} %{m} %{N} %{n} \
                        %{r} %{s} %{T*} %{t} %{u*} %{x} %{z}\