summaryrefslogtreecommitdiff
path: root/gcc/doc/collect2.texi
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2009-05-02 12:03:05 +0000
committerBen Elliston <bje@gcc.gnu.org>2009-05-02 22:03:05 +1000
commit5e10cb5afc61a2189b7376f22f31a8eedfbe0a0a (patch)
tree9afc1ada26ca42f2166904a66fed89d703b5d07d /gcc/doc/collect2.texi
parent048bf48b3e6a40ca22a289af249093fc28a2974a (diff)
downloadgcc-5e10cb5afc61a2189b7376f22f31a8eedfbe0a0a.tar.gz
collect2.texi (Collect2): Document search path behaviour when configured with --with-ld.
* doc/collect2.texi (Collect2): Document search path behaviour when configured with --with-ld. From-SVN: r147058
Diffstat (limited to 'gcc/doc/collect2.texi')
-rw-r--r--gcc/doc/collect2.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/doc/collect2.texi b/gcc/doc/collect2.texi
index c3498c5317c..7cd5c935518 100644
--- a/gcc/doc/collect2.texi
+++ b/gcc/doc/collect2.texi
@@ -32,6 +32,10 @@ names:
@itemize @bullet
@item
+a hard coded linker file name, if GCC was configured with the
+@option{--with-ld} option.
+
+@item
@file{real-ld} in the directories listed in the compiler's search
directories.