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 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?

> +     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]