This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/18720] collect2 uses wrong search order if -brtl specified


------- Additional Comments From bugzilla-gcc at thewrittenword dot com  2004-11-29 16:53 -------
Created an attachment (id=7634)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7634&action=view)
Patch for gcc-3.3.2 to make collect2 honor -brtl

Patch reorders the library search path if -brtl is present. ".so" libraries
will be searched first and ".a" libraries searched second.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18720


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]