On Tue, Oct 28, 2014 at 12:24:39PM +0000, Phil Muldoon wrote: > 2014-10-28 Phil Muldoon <pmuld...@redhat.com> > > * configure.ac: Remove -Werror. > * configure: Regenerate. > * Makefile.am: Remove -Werror. Link correct libiberty. > * Makefile.in: Regenerate.
As for -Werror, doesn't your patch completely remove -Werror from the flags? Looking around, we have config/warnings.m4 which contains ACX_PROG_CC_WARNINGS_ARE_ERRORS([manual]) macro used by several libraries, which supposedly enables -Werror when requested. Jakub