[PATCH] ld/Makefile.am typo causes build failure on powerpc64-ps3-elf target.
Jan Beulich
jbeulich@suse.com
Tue Oct 21 06:30:13 GMT 2025
On 21.10.2025 04:28, Jack Earley wrote:
> ---
> ld/Makefile.am | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
The lack of description is a problem here. Looking at Makefile.in, I can't
help the impression that everything is correct - all uses are without the
underscore you insert. Hence, especially when not including the diff of
the re-generated Makefile.in you will want to explain where / how things
break and why.
Jan
> --- a/ld/Makefile.am
> +++ b/ld/Makefile.am
> @@ -790,7 +790,7 @@ install-exec-local: ld-new$(EXEEXT) install-binPROGRAMS
> fi; \
> fi
>
> -install-data-local: install-bfdpluginLTLIBRARIES
> +install-data-local: install-bfdplugin_LTLIBRARIES
> $(mkinstalldirs) $(DESTDIR)$(scriptdir)/ldscripts
> for f in ldscripts/* ; do \
> case $$f in \
More information about the Binutils
mailing list