Following instructions from this site: http://llvm.org/docs/GoldPlugin.html
From the command:
../binutils/configure --enable-gold --enable-plugins --disable-werror
I get a warning saying:
configure: WARNING: unrecognized options: --enable-gold
From this point, I can't continue building the project. Any advise?