summaryrefslogtreecommitdiffstats
path: root/patches/gcc-5.4.0/0400-libiberty-pic.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/gcc-5.4.0/0400-libiberty-pic.patch')
-rw-r--r--patches/gcc-5.4.0/0400-libiberty-pic.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/patches/gcc-5.4.0/0400-libiberty-pic.patch b/patches/gcc-5.4.0/0400-libiberty-pic.patch
deleted file mode 100644
index f76669a..0000000
--- a/patches/gcc-5.4.0/0400-libiberty-pic.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From: Marc Kleine-Budde <m.kleine-budde@pengutronix.de>
-Date: Tue, 1 Nov 2011 18:25:08 +0100
-Subject: [PATCH] libiberty pic
-
-Taken from gentoo.
-
-Signed-off-by: Marc Kleine-Budde <m.kleine-budde@pengutronix.de>
-Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
----
- libiberty/Makefile.in | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in
-index f06cc69a973b..246ab02c9ce9 100644
---- a/libiberty/Makefile.in
-+++ b/libiberty/Makefile.in
-@@ -260,6 +260,7 @@ $(TARGETLIB): $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS)
- $(AR) $(AR_FLAGS) $(TARGETLIB) \
- $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS); \
- $(RANLIB) $(TARGETLIB); \
-+ cp $(TARGETLIB) ../ ; \
- cd ..; \
- else true; fi
-