summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-06-06 19:22:12 +0000
committerRichard Stallman <rms@gnu.org>1992-06-06 19:22:12 +0000
commitefb1933019a3a6f414de9326bb423272985826ef (patch)
tree55279ce1a346b5ed21a886e9655411eb3f487d5c
parentfae956c153e12916805a0414a0adb577eedfa1fa (diff)
downloadgcc-efb1933019a3a6f414de9326bb423272985826ef.tar.gz
*** empty log message ***
From-SVN: r1172
-rw-r--r--gcc/gcc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 59db147afa7..2abfb685569 100644
--- 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}\