Re: [OE-core] [PATCH v2] autotools/libtool: Drop libtool sysroot patch as not needed

2024-06-03 Thread Richard Purdie
On Mon, 2024-06-03 at 15:05 +0100, Richard Purdie via lists.openembedded.org wrote: > libtool auto detects the sysroot from gcc's parameters or > configuration so we > don't need to pass in this configuration separately to libtool. > > Whilst the option names do conflict with gcc/binutils, that is

[OE-core] [PATCH v2] autotools/libtool: Drop libtool sysroot patch as not needed

2024-06-03 Thread Richard Purdie
libtool auto detects the sysroot from gcc's parameters or configuration so we don't need to pass in this configuration separately to libtool. Whilst the option names do conflict with gcc/binutils, that is an issue for those projects to resolve, not us. Upstream libtool did reject the patch. We ca