diff options
author | Ben Elliston <bje@au.ibm.com> | 2009-05-02 12:03:05 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2009-05-02 22:03:05 +1000 |
commit | 5e10cb5afc61a2189b7376f22f31a8eedfbe0a0a (patch) | |
tree | 9afc1ada26ca42f2166904a66fed89d703b5d07d /gcc/doc/collect2.texi | |
parent | 048bf48b3e6a40ca22a289af249093fc28a2974a (diff) | |
download | gcc-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.texi | 4 |
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. |