summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2000-10-15 19:58:14 +0000
committerMarc Espie <espie@cvs.openbsd.org>2000-10-15 19:58:14 +0000
commit516beee34db199bb0bba7e9a1e594a72da1d3a87 (patch)
treeaa30f05a29207d347f97083eb97c15980a61f20d
parentdfe1f0384db0cb3a098a476c9f53b0c831ac39de (diff)
Reflect reality.
-rw-r--r--gnu/egcs/gcc/tm.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/egcs/gcc/tm.texi b/gnu/egcs/gcc/tm.texi
index 48f4439ed94..dc22aaa550e 100644
--- a/gnu/egcs/gcc/tm.texi
+++ b/gnu/egcs/gcc/tm.texi
@@ -195,8 +195,7 @@ linker command line. This constant is placed both before and after
the value of @code{LIB_SPEC}.
If this macro is not defined, the GNU CC driver provides a default that
-passes the string @samp{-lgcc} to the linker unless the @samp{-shared}
-option is specified.
+passes the string @samp{-lgcc} to the linker.
@findex STARTFILE_SPEC
@item STARTFILE_SPEC
@@ -321,7 +320,8 @@ try when searching for the executable files of the compiler.
If defined, this macro is an additional prefix to try after
@code{STANDARD_EXEC_PREFIX}. @code{MD_EXEC_PREFIX} is not searched
when the @samp{-b} option is used, or the compiler is built as a cross
-compiler.
+compiler. If you define @code{MD_EXEC_PREFIX}, then be sure to add it
+to the list of directories used to find the assembler in @file{configure.in}.
@findex STANDARD_STARTFILE_PREFIX
@item STANDARD_STARTFILE_PREFIX