This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/18720] collect2 uses wrong search order if -brtl specified
- From: "bugzilla-gcc at thewrittenword dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Nov 2004 16:53:01 -0000
- Subject: [Bug other/18720] collect2 uses wrong search order if -brtl specified
- References: <20041129165142.18720.bugzilla-gcc@thewrittenword.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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