From db20cebffae7ac7f2030d01bce50ec8a15f61e18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Thu, 6 May 2021 18:00:26 +0100 Subject: patches/binutils{,_host}-2.24.51.local.patch: added. --- patches/binutils-2.24.51.local.patch | 62 +++++++++++++++++++++++++++++++ patches/binutils_host-2.24.51.local.patch | 1 + 2 files changed, 63 insertions(+) create mode 100644 patches/binutils-2.24.51.local.patch create mode 120000 patches/binutils_host-2.24.51.local.patch (limited to 'patches') diff --git a/patches/binutils-2.24.51.local.patch b/patches/binutils-2.24.51.local.patch new file mode 100644 index 00000000..c14d330f --- /dev/null +++ b/patches/binutils-2.24.51.local.patch @@ -0,0 +1,62 @@ +--- binutils-2.24.51/bfd/Makefile.in.orig 2014-07-03 06:37:19.000000000 +0100 ++++ binutils-2.24.51/bfd/Makefile.in 2021-05-06 17:54:27.186429575 +0100 +@@ -1198,26 +1198,11 @@ + -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) + install-bfdlibLTLIBRARIES: $(bfdlib_LTLIBRARIES) + @$(NORMAL_INSTALL) +- test -z "$(bfdlibdir)" || $(MKDIR_P) "$(DESTDIR)$(bfdlibdir)" +- @list='$(bfdlib_LTLIBRARIES)'; test -n "$(bfdlibdir)" || list=; \ +- list2=; for p in $$list; do \ +- if test -f $$p; then \ +- list2="$$list2 $$p"; \ +- else :; fi; \ +- done; \ +- test -z "$$list2" || { \ +- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(bfdlibdir)'"; \ +- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(bfdlibdir)"; \ +- } ++ /bin/true + + uninstall-bfdlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) +- @list='$(bfdlib_LTLIBRARIES)'; test -n "$(bfdlibdir)" || list=; \ +- for p in $$list; do \ +- $(am__strip_dir) \ +- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(bfdlibdir)/$$f'"; \ +- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(bfdlibdir)/$$f"; \ +- done ++ /bin/true + + clean-bfdlibLTLIBRARIES: + -test -z "$(bfdlib_LTLIBRARIES)" || rm -f $(bfdlib_LTLIBRARIES) +--- binutils-2.24.51/opcodes/Makefile.in.orig 2014-07-03 06:37:49.000000000 +0100 ++++ binutils-2.24.51/opcodes/Makefile.in 2021-05-06 17:58:52.336906819 +0100 +@@ -716,26 +716,11 @@ + -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) + install-bfdlibLTLIBRARIES: $(bfdlib_LTLIBRARIES) + @$(NORMAL_INSTALL) +- test -z "$(bfdlibdir)" || $(MKDIR_P) "$(DESTDIR)$(bfdlibdir)" +- @list='$(bfdlib_LTLIBRARIES)'; test -n "$(bfdlibdir)" || list=; \ +- list2=; for p in $$list; do \ +- if test -f $$p; then \ +- list2="$$list2 $$p"; \ +- else :; fi; \ +- done; \ +- test -z "$$list2" || { \ +- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(bfdlibdir)'"; \ +- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(bfdlibdir)"; \ +- } ++ /bin/true + + uninstall-bfdlibLTLIBRARIES: + @$(NORMAL_UNINSTALL) +- @list='$(bfdlib_LTLIBRARIES)'; test -n "$(bfdlibdir)" || list=; \ +- for p in $$list; do \ +- $(am__strip_dir) \ +- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(bfdlibdir)/$$f'"; \ +- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(bfdlibdir)/$$f"; \ +- done ++ /bin/true + + clean-bfdlibLTLIBRARIES: + -test -z "$(bfdlib_LTLIBRARIES)" || rm -f $(bfdlib_LTLIBRARIES) diff --git a/patches/binutils_host-2.24.51.local.patch b/patches/binutils_host-2.24.51.local.patch new file mode 120000 index 00000000..7e0db750 --- /dev/null +++ b/patches/binutils_host-2.24.51.local.patch @@ -0,0 +1 @@ +binutils-2.24.51.local.patch \ No newline at end of file -- cgit v1.2.3