Re: Fix libcc1 bootstrap and linking issues

2014-10-28 Thread Phil Muldoon
On 28/10/14 12:34, Jakub Jelinek wrote: > On Tue, Oct 28, 2014 at 12:24:39PM +, Phil Muldoon wrote: >> 2014-10-28 Phil Muldoon >> >> * configure.ac: Remove -Werror. >> * configure: Regenerate. >> * Makefile.am: Remove -Werror. Link correct libiberty. >> * Makefile.in: Regenera

(Withdrawn) Fix libcc1 bootstrap and linking issues

2014-10-28 Thread Phil Muldoon
On 28/10/14 12:24, Phil Muldoon wrote: > Hi > > A few issues came to light this morning on some systems with > bootstrapping and libiberty linking issues. We erroneously specified > -Werror in stage one builds. This patch removes that flag. We also > unconditionally linked with the PIC version o

Re: Fix libcc1 bootstrap and linking issues

2014-10-28 Thread Jakub Jelinek
On Tue, Oct 28, 2014 at 12:24:39PM +, Phil Muldoon wrote: > 2014-10-28 Phil Muldoon > > * configure.ac: Remove -Werror. > * configure: Regenerate. > * Makefile.am: Remove -Werror. Link correct libiberty. > * Makefile.in: Regenerate. As for -Werror, doesn't your patch complet

Fix libcc1 bootstrap and linking issues

2014-10-28 Thread Phil Muldoon
Hi A few issues came to light this morning on some systems with bootstrapping and libiberty linking issues. We erroneously specified -Werror in stage one builds. This patch removes that flag. We also unconditionally linked with the PIC version of libiberty. This patch adds a conditional if to