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] Add -print-lto-plugin


On Sun, Oct 3, 2010 at 3:01 AM, Andi Kleen <andi@firstfloor.org> wrote:
> On Sun, Oct 03, 2010 at 02:43:33AM -0700, H.J. Lu wrote:
>> You can use
>>
>> gcc -print-prog-name=liblto_plugin.so
>>
>> today.
>
> That is true, but it looks much uglier than the simple option.
> Also I'm not sure it's a good idea to hardcode the lto plugin
> name in Makefiles.
>
> So I would prefer to still have the higher-level option.
>

I prefer gcc provide a wrapper for ar and nm".  It is
much easier to use.  Imaging if you have to call linker
directly.


-- 
H.J.


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