Steven Bosscher <stevenb....@gmail.com> writes: > On Tue, Nov 29, 2011 at 6:04 PM, Georg-Johann Lay <a...@gjlay.de> wrote: >> I attached a patch but I fail to find the right configure options for >> gcc/binutils as the testsuite complains >> >> ./avr/bin/ld: bad -plugin option >> >> Configured gcc with --enable-lto and binutils 2.21 with --enable-plugin. > > Huh, wait. I don't follow binutils much, but isn't the plugin only for > the gold linker?
Actually both gold and the GNU linker support plugins these days. (But the configure option is --enable-plugins.) Ian