summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-05-06 18:00:26 +0100
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-05-06 18:00:26 +0100
commitdb20cebffae7ac7f2030d01bce50ec8a15f61e18 (patch)
treeb699b96fc5d79e33698abcdeecfb3399ef70bb34 /patches
parent9a41ac160acccc225963456686bef678c4f3dc1f (diff)
downloadmidipix_build-db20cebffae7ac7f2030d01bce50ec8a15f61e18.tar.bz2
midipix_build-db20cebffae7ac7f2030d01bce50ec8a15f61e18.tar.xz
patches/binutils{,_host}-2.24.51.local.patch: added.
Diffstat (limited to 'patches')
-rw-r--r--patches/binutils-2.24.51.local.patch62
l---------patches/binutils_host-2.24.51.local.patch1
2 files changed, 63 insertions, 0 deletions
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