comparison gcc/doc/collect2.texi @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children 04ced10e8804
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
29 where the passes of the compiler are installed. When @code{collect2} 29 where the passes of the compiler are installed. When @code{collect2}
30 needs to find the @emph{real} @code{ld}, it tries the following file 30 needs to find the @emph{real} @code{ld}, it tries the following file
31 names: 31 names:
32 32
33 @itemize @bullet 33 @itemize @bullet
34 @item
35 a hard coded linker file name, if GCC was configured with the
36 @option{--with-ld} option.
37
34 @item 38 @item
35 @file{real-ld} in the directories listed in the compiler's search 39 @file{real-ld} in the directories listed in the compiler's search
36 directories. 40 directories.
37 41
38 @item 42 @item