From: Ben Elliston Date: Sat, 2 May 2009 12:03:05 +0000 (+0000) Subject: collect2.texi (Collect2): Document search path behaviour when configured with --with-ld. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5e10cb5afc61a2189b7376f22f31a8eedfbe0a0a;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a177b816c71..62b394a1a76 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-05-02 Ben Elliston + + * doc/collect2.texi (Collect2): Document search path behaviour + when configured with --with-ld. + 2009-05-02 Jan Hubicka * tree-ssa-coalesce.c (coalesce_cost): Do not take ciritical 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 @@ -31,6 +31,10 @@ needs to find the @emph{real} @code{ld}, it tries the following file 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.