This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: --no-gnu-unique option to disable STB_GNU_UNIQUE
- From: Ian Lance Taylor <iant at google dot com>
- To: naveen yadav <yad dot naveen at gmail dot com>
- Cc: gcc-help at gcc dot gnu dot org, linaro-toolchain <linaro-toolchain at lists dot linaro dot org>
- Date: Fri, 4 Jan 2013 07:23:36 -0800
- Subject: Re: --no-gnu-unique option to disable STB_GNU_UNIQUE
- References: <CAJ8eaTySrC_dxi-tocuxoX_n+YGp8AgQWwCte6s93vZcvE9HmA@mail.gmail.com>
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