This is the mail archive of the gcc-patches@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]

Re: [PATCH,lto] Fix PR42690 and related LTO-vs-static-linking issues.


On Tue, 16 Nov 2010, Richard Guenther wrote:

> Are we sure that all -l options are joined ones?  The driver accepts
> -l  m just fine.

The driver converts -l options to joined form when passing them to 
add_infile.  I don't know about the -l options contained directly in 
specs; that's what would need checking.  (Specs other than those in 
driver_self_specs do not go through the option processing machinery; they 
are generating command lines for programs other than the driver.)

> I'm ok with the patch if Joseph thinks it is ok.

I have no comments on this patch.

-- 
Joseph S. Myers
joseph@codesourcery.com


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