This is the mail archive of the gcc-help@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: --no-gnu-unique option to disable STB_GNU_UNIQUE


On Fri, Jan 4, 2013 at 3:10 AM, naveen yadav <yad.naveen@gmail.com> wrote:
>
> Is it possible to disable
> STB_GNU_UNIQUE(http://cygwin.com/ml/binutils/2011-10/msg00276.html)
>
> We need to rebuild the toolchain/ or is there any option at compile
> time to fix.

There is no compile time option.

At configure time you can use --disable-gnu-unique-object, as
documented at http://gcc.gnu.org/install/configure.html .

Ian


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