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: configuring gcc 4.6 to use gold for LTO plugin


Jonathan Wakely <jwakely.gcc@gmail.com> writes:

> Oh ... or does all that configury only affect whether
> -fuse-linker-plugin is enabled by default, and I can make it work with
> gold by using -fuse-linker-plugin on the command line when I use
> -flto?

Yes, that is the only effect of the configure test, and, yes, it should
work to use -fuse-linker-plugin by hand.

Ian


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