From 67140bcb09f1f246059417391a6f2a5bd722c04b Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Mon, 25 Nov 2019 13:44:24 +0100 Subject: [PATCH] sys-libs/newlib: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/13760 Signed-off-by: Aaron Bauman --- .../files/newlib-2.1.0-msp430-destdir.patch | 41 ------------------- 1 file changed, 41 deletions(-) delete mode 100644 sys-libs/newlib/files/newlib-2.1.0-msp430-destdir.patch diff --git a/sys-libs/newlib/files/newlib-2.1.0-msp430-destdir.patch b/sys-libs/newlib/files/newlib-2.1.0-msp430-destdir.patch deleted file mode 100644 index 38fa2643dce3..000000000000 --- a/sys-libs/newlib/files/newlib-2.1.0-msp430-destdir.patch +++ /dev/null @@ -1,41 +0,0 @@ -From 0a7009c61811b4451ff6cccda24f42ab07142603 Mon Sep 17 00:00:00 2001 -From: DJ Delorie -Date: Thu, 23 Oct 2014 01:49:45 +0000 -Subject: [PATCH] 2014-10-22 Tim Harder * - msp430/Makefile.in: respect DESTDIR during install - ---- - libgloss/ChangeLog | 4 ++++ - libgloss/msp430/Makefile.in | 6 ++++-- - 2 files changed, 8 insertions(+), 2 deletions(-) - -2014-10-22 Tim Harder - - * msp430/Makefile.in: respect DESTDIR during install - -diff --git a/libgloss/msp430/Makefile.in b/libgloss/msp430/Makefile.in -index d72051d..b9f5a6a 100644 ---- a/libgloss/msp430/Makefile.in -+++ b/libgloss/msp430/Makefile.in -@@ -12,6 +12,7 @@ - - # Makefile for libgloss/msp430. - -+DESTDIR = - VPATH = @srcdir@ - srcdir = @srcdir@ - objdir = . -@@ -138,11 +139,11 @@ - - install: $(CRT) $(SIM_BSP) $(LIBNOSYS) $(LIB_CRT) $(SCRIPTS) - for c in $(CRT) $(SIM_BSP) $(LIBNOSYS) $(LIB_CRT); do \ -- $(INSTALL_DATA) $$c $(tooldir)/lib${MULTISUBDIR}/$$c ;\ -+ $(INSTALL_DATA) $$c $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$$c ;\ - done - for c in $(SCRIPTS); do \ - b=`basename $$c`; \ -- $(INSTALL_DATA) $$c $(tooldir)/lib${MULTISUBDIR}/$$b ;\ -+ $(INSTALL_DATA) $$c $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$$b ;\ - done - - clean mostlyclean: -- 2.26.2