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: building gcc with powerpc gold


On Wed, Oct 17, 2012 at 11:06 PM, Alan Modra <amodra@gmail.com> wrote:
> These two tests currently fail if using gold, in the first instance
> because powerpc64 gold doesn't support mixing old dot-sym objects
> with new objects, and in the second instance because gold doesn't have
> a --no-toc-sort option.  Both macros ought to be defined for gold.
> Tested etc.  OK to apply everywhere?
>
>         * configure.ac (HAVE_LD_NO_DOT_SYMS): Set if using gold.
>         (HAVE_LD_LARGE_TOC): Likewise.
>         * configure: Regenerate.

Okay.

Thanks, David


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