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: Fix -fPIC issue with GNU LD and LTO


On Wed, Jan 5, 2011 at 2:21 PM, Jan Hubicka <hubicka@ucw.cz> wrote:
>> On Wed, Jan 05, 2011 at 02:15:25PM +0100, Jan Hubicka wrote:
>> > + ?/* Flag_shlib is usually set by finish_options, but we are issing flag_pic
>>
>> issing?
> issuing. Fixed in my local copy.

Hm, I suppose we might want to call finish_options again after
re-issuing options instead.

Richard.

> Honza
>>
>> > + ? ? too late. ?*/
>> > + ?if (flag_pic && !flag_pie)
>> > + ? ?flag_shlib = 1;
>> > ? ?VEC_free (opt_t, heap, opts);
>> > ?}
>>
>> ? ? ? Jakub
>


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