On 28/10/14 10:51, Uros Bizjak wrote: > On Tue, Oct 28, 2014 at 11:35 AM, Phil Muldoon <pmuld...@redhat.com> wrote: > >>>>>> This patch has now been committed. >>>>> Also breaks bootstap on x86_64-linux-gnu, CentOS 5.11: >>>> For -Werror, I'd think that should fix that, WARN_FLAGS should >>>> already contain -Werror during stage2/stage3 unless --disable-werror. >>>> Untested though. >>> No, it still fails, although with one -Werror less in the compile flags: >> Does removing it from configure.ac and regenerating configure work? >> >> I don't have access to a system compiler of the version you have, so I >> am unable to test. > Yes, this patch allows bootstrap to pass stage1, although with a new warning: > > *** Warning: Linking the shared library libcc1.la against the > *** static library ../libiberty/pic/libiberty.a is not portable! > > Thanks, > Uros.
Yeah there is a separate issue with the way we link libiberty in Makefile.am. I am investigating and attempting to fix this right now. Cheers Phil