This is the mail archive of the gcc-bugs@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: [Bug plugins/47223] Fail to build gcc 4.6.0 (r168594) on mingw32


> lto and linker plugin was OK in 20110101 snapshot
> in which '-fuse-linker-plugin' was off by default
> but in rev 168594, the option becomes on by default

Yes, I've changed the default when linker is detected to have linker support and
lto-plugin is build.
> 
> this option causes checking LTOPLUGINSONAME in gcc/gcc.c (line
> 6812 around), which is not built with '--disable-shared'
> 
> something is wrong either with makefile or with gcc/gcc.c
How this worked before?
On windows I would expect LTOPLUGINSONAME to point to the plugin DLL...

Honza


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