Re: [PATCH] ltmain.sh: allow more flags at link-time

2024-09-26 Thread Sam James
Andreas Schwab writes: > This has been fixed in commit d31c9cf54ac. Thanks.

Re: [PATCH] ltmain.sh: allow more flags at link-time

2024-09-26 Thread Andreas Schwab
This has been fixed in commit d31c9cf54ac. -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."

Re: [PATCH] ltmain.sh: allow more flags at link-time

2024-09-26 Thread Andreas Schwab
On Aug 14 2024, Sam James wrote: > In particular, this now allows some harmless diagnostic flags (especially > useful for things like -Werror=odr), more optimization flags, and some > Clang-specific options. This now passes -Werror down to the linker, which breaks the binutils build with LTO beca

Re: [PATCH] ltmain.sh: allow more flags at link-time

2024-09-25 Thread Richard Biener
On Wed, 25 Sep 2024, Sam James wrote: > Alan Modra writes: > > > On Thu, Sep 19, 2024 at 11:52:48PM +0100, Sam James wrote: > >> Sam James writes: > >> > >> > Sam James writes: > >> > > >> >> libtool defaults to filtering flags passed at link-time. > >> >> > >> >> This brings the filtering in

Re: [PATCH] ltmain.sh: allow more flags at link-time

2024-09-25 Thread Sam James
Alan Modra writes: > On Thu, Sep 19, 2024 at 11:52:48PM +0100, Sam James wrote: >> Sam James writes: >> >> > Sam James writes: >> > >> >> libtool defaults to filtering flags passed at link-time. >> >> >> >> This brings the filtering in GCC's 'fork' of libtool into sync with >> >> upstream libt

Re: [PATCH] ltmain.sh: allow more flags at link-time

2024-09-24 Thread Alan Modra
On Thu, Sep 19, 2024 at 11:52:48PM +0100, Sam James wrote: > Sam James writes: > > > Sam James writes: > > > >> libtool defaults to filtering flags passed at link-time. > >> > >> This brings the filtering in GCC's 'fork' of libtool into sync with > >> upstream libtool commit 22a7e547e9857fc94fe5

Re: [PATCH] ltmain.sh: allow more flags at link-time

2024-09-19 Thread Sam James
Sam James writes: > Sam James writes: > >> libtool defaults to filtering flags passed at link-time. >> >> This brings the filtering in GCC's 'fork' of libtool into sync with >> upstream libtool commit 22a7e547e9857fc94fe5bc7c921d9a4b49c09f8e. >> >> In particular, this now allows some harmless di

Re: [PATCH] ltmain.sh: allow more flags at link-time

2024-08-31 Thread Sam James
Sam James writes: > libtool defaults to filtering flags passed at link-time. > > This brings the filtering in GCC's 'fork' of libtool into sync with > upstream libtool commit 22a7e547e9857fc94fe5bc7c921d9a4b49c09f8e. > > In particular, this now allows some harmless diagnostic flags (especially >

Re: [PATCH] ltmain.sh: allow more flags at link-time

2024-08-15 Thread Sam James
Sam James writes: > Eric Gallager writes: > >> On Wed, Aug 14, 2024 at 8:50 AM Sam James wrote: >>> >>> libtool defaults to filtering flags passed at link-time. >>> >>> This brings the filtering in GCC's 'fork' of libtool into sync with >>> upstream libtool commit 22a7e547e9857fc94fe5bc7c921d9a

Re: [PATCH] ltmain.sh: allow more flags at link-time

2024-08-14 Thread Sam James
Eric Gallager writes: > On Wed, Aug 14, 2024 at 8:50 AM Sam James wrote: >> >> libtool defaults to filtering flags passed at link-time. >> >> This brings the filtering in GCC's 'fork' of libtool into sync with >> upstream libtool commit 22a7e547e9857fc94fe5bc7c921d9a4b49c09f8e. > > I think it'd

Re: [PATCH] ltmain.sh: allow more flags at link-time

2024-08-14 Thread Eric Gallager
On Wed, Aug 14, 2024 at 8:50 AM Sam James wrote: > > libtool defaults to filtering flags passed at link-time. > > This brings the filtering in GCC's 'fork' of libtool into sync with > upstream libtool commit 22a7e547e9857fc94fe5bc7c921d9a4b49c09f8e. I think it'd be worthwhile to link to the upstr

[PATCH] ltmain.sh: allow more flags at link-time

2024-08-14 Thread Sam James
libtool defaults to filtering flags passed at link-time. This brings the filtering in GCC's 'fork' of libtool into sync with upstream libtool commit 22a7e547e9857fc94fe5bc7c921d9a4b49c09f8e. In particular, this now allows some harmless diagnostic flags (especially useful for things like -Werror=o