[PATCH] libsframe: accept --target configure option
Clément Chigot
chigot@adacore.com
Wed Jul 10 08:14:29 GMT 2024
On Wed, Jul 10, 2024 at 12:53 AM Alan Modra <amodra@gmail.com> wrote:
>
> On Tue, Jul 09, 2024 at 09:27:50AM +0200, Clément Chigot wrote:
> > Libsframe was missing AC_CANONICAL_TARGET, meaning that --target was
> > ignored. This could prevent libsframe.a to be installed in some cases,
> > the host fetching its canonical value while the target isn't. Both
> > having a different value, INSTALL_LIBBFD would be false.
> > ---
> > libsframe/configure | 208 +++++++++++++++++++++++++----------------
> > libsframe/configure.ac | 3 +
> > 2 files changed, 130 insertions(+), 81 deletions(-)
>
> OK, but please regenerate libsframe/Makefile.in too.
Thanks for the catch. Fixed and pushed.
Clément
> --
> Alan Modra
More information about the Binutils
mailing list