Re: [PATCH 3/3] aarch64: libgcc: Add -Werror support

2024-10-17 Thread Christophe Lyon
On Thu, 17 Oct 2024 at 15:06, Richard Sandiford wrote: > > Richard Sandiford writes: > > Christophe Lyon writes: > >> When --enable-werror is enabled when running the top-level configure, > >> it passes --enable-werror-always to subdirs. Some of them, like > >> libgcc, ignore it. > >> > >> This

Re: [PATCH 3/3] aarch64: libgcc: Add -Werror support

2024-10-17 Thread Richard Sandiford
Richard Sandiford writes: > Christophe Lyon writes: >> When --enable-werror is enabled when running the top-level configure, >> it passes --enable-werror-always to subdirs. Some of them, like >> libgcc, ignore it. >> >> This patch adds support for it, enabled only for aarch64, to avoid >> breaki

Re: [PATCH 3/3] aarch64: libgcc: Add -Werror support

2024-10-10 Thread Richard Sandiford
Eric Gallager writes: > On Wed, Oct 9, 2024 at 4:54 AM Christophe Lyon > wrote: >> >> On Wed, 9 Oct 2024 at 03:05, Eric Gallager wrote: >> > >> > On Tue, Oct 8, 2024 at 6:25 AM Richard Sandiford >> > wrote: >> > > >> > > Christophe Lyon writes: >> > > > When --enable-werror is enabled when run

Re: [PATCH 3/3] aarch64: libgcc: Add -Werror support

2024-10-10 Thread Eric Gallager
On Wed, Oct 9, 2024 at 4:54 AM Christophe Lyon wrote: > > On Wed, 9 Oct 2024 at 03:05, Eric Gallager wrote: > > > > On Tue, Oct 8, 2024 at 6:25 AM Richard Sandiford > > wrote: > > > > > > Christophe Lyon writes: > > > > When --enable-werror is enabled when running the top-level configure, > > >

Re: [PATCH 3/3] aarch64: libgcc: Add -Werror support

2024-10-09 Thread Christophe Lyon
On Wed, 9 Oct 2024 at 03:05, Eric Gallager wrote: > > On Tue, Oct 8, 2024 at 6:25 AM Richard Sandiford > wrote: > > > > Christophe Lyon writes: > > > When --enable-werror is enabled when running the top-level configure, > > > it passes --enable-werror-always to subdirs. Some of them, like > > >

Re: [PATCH 3/3] aarch64: libgcc: Add -Werror support

2024-10-08 Thread Eric Gallager
On Tue, Oct 8, 2024 at 6:25 AM Richard Sandiford wrote: > > Christophe Lyon writes: > > When --enable-werror is enabled when running the top-level configure, > > it passes --enable-werror-always to subdirs. Some of them, like > > libgcc, ignore it. > > > > This patch adds support for it, enabled

Re: [PATCH 3/3] aarch64: libgcc: Add -Werror support

2024-10-08 Thread Christophe Lyon
On Tue, 8 Oct 2024 at 12:24, Richard Sandiford wrote: > > Christophe Lyon writes: > > When --enable-werror is enabled when running the top-level configure, > > it passes --enable-werror-always to subdirs. Some of them, like > > libgcc, ignore it. > > > > This patch adds support for it, enabled o

Re: [PATCH 3/3] aarch64: libgcc: Add -Werror support

2024-10-08 Thread Richard Sandiford
Christophe Lyon writes: > When --enable-werror is enabled when running the top-level configure, > it passes --enable-werror-always to subdirs. Some of them, like > libgcc, ignore it. > > This patch adds support for it, enabled only for aarch64, to avoid > breaking bootstrap for other targets. > >

Re: [PATCH 3/3] aarch64: libgcc: Add -Werror support

2024-10-04 Thread Christophe Lyon
On Fri, 4 Oct 2024 at 10:50, Kyrylo Tkachov wrote: > > > > > On 3 Oct 2024, at 21:44, Christophe Lyon wrote: > > > > External email: Use caution opening links or attachments > > > > > > When --enable-werror is enabled when running the top-level configure, > > it passes --enable-werror-always to s

Re: [PATCH 3/3] aarch64: libgcc: Add -Werror support

2024-10-04 Thread Kyrylo Tkachov
> On 3 Oct 2024, at 21:44, Christophe Lyon wrote: > > External email: Use caution opening links or attachments > > > When --enable-werror is enabled when running the top-level configure, > it passes --enable-werror-always to subdirs. Some of them, like > libgcc, ignore it. > > This patch ad

[PATCH 3/3] aarch64: libgcc: Add -Werror support

2024-10-03 Thread Christophe Lyon
When --enable-werror is enabled when running the top-level configure, it passes --enable-werror-always to subdirs. Some of them, like libgcc, ignore it. This patch adds support for it, enabled only for aarch64, to avoid breaking bootstrap for other targets. The patch also adds -Wno-prio-ctor-dto