summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils/binutils-2.23.1/backport/0001-bfd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.23.1/backport/0001-bfd.patch')
-rw-r--r--meta/recipes-devtools/binutils/binutils-2.23.1/backport/0001-bfd.patch58
1 files changed, 0 insertions, 58 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.23.1/backport/0001-bfd.patch b/meta/recipes-devtools/binutils/binutils-2.23.1/backport/0001-bfd.patch
deleted file mode 100644
index c04f8d45b3..0000000000
--- a/meta/recipes-devtools/binutils/binutils-2.23.1/backport/0001-bfd.patch
+++ /dev/null
@@ -1,58 +0,0 @@
1From 7dbb7d8db8003ff73d80956bd3271f9588437aa7 Mon Sep 17 00:00:00 2001
2From: Tristan Gingold <gingold@adacore.com>
3Date: Tue, 13 Nov 2012 15:22:45 +0000
4Subject: [PATCH 01/27] bfd/ 2012-11-13 Tristan Gingold
5 <gingold@adacore.com>
6
7 * Makefile.am (RELEASE): Unset.
8 * Makefile.in: Regenerate.
9---
10 bfd/ChangeLog | 5 +++++
11 bfd/Makefile.am | 2 +-
12 bfd/Makefile.in | 2 +-
13 3 files changed, 7 insertions(+), 2 deletions(-)
14
15diff --git a/bfd/ChangeLog b/bfd/ChangeLog
16index bed5dca..7aa83bf 100644
17--- a/bfd/ChangeLog
18+++ b/bfd/ChangeLog
19@@ -1,5 +1,10 @@
20 2012-11-13 Tristan Gingold <gingold@adacore.com>
21
22+ * Makefile.am (RELEASE): Unset.
23+ * Makefile.in: Regenerate.
24+
25+2012-11-13 Tristan Gingold <gingold@adacore.com>
26+
27 * configure.in: Bump version to 2.23.1
28 * Makefile.am (RELEASE): Set.
29 * configure, Makefile.in: Regenerate.
30diff --git a/bfd/Makefile.am b/bfd/Makefile.am
31index 9ab2aa9..49f9662 100644
32--- a/bfd/Makefile.am
33+++ b/bfd/Makefile.am
34@@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = 1.11 no-dist foreign
35 ACLOCAL_AMFLAGS = -I . -I .. -I ../config
36
37 # Uncomment the following line when doing a release.
38-RELEASE=y
39+# RELEASE=y
40
41 INCDIR = $(srcdir)/../include
42 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
43diff --git a/bfd/Makefile.in b/bfd/Makefile.in
44index 9990275..5718fab 100644
45--- a/bfd/Makefile.in
46+++ b/bfd/Makefile.in
47@@ -320,7 +320,7 @@ AUTOMAKE_OPTIONS = 1.11 no-dist foreign
48 ACLOCAL_AMFLAGS = -I . -I .. -I ../config
49
50 # Uncomment the following line when doing a release.
51-RELEASE = y
52+# RELEASE=y
53 INCDIR = $(srcdir)/../include
54 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
55 SUBDIRS = doc po
56--
571.7.9.5
58