[binutils-gdb] Fix NetBSD build with BSD and GNU make(1).
Nick Clifton
nickc@sourceware.org
Mon Feb 1 10:36:00 GMT 2016
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b6471e6e2c88ae473453e3499d9cb6a607a3e068
commit b6471e6e2c88ae473453e3499d9cb6a607a3e068
Author: Kamil Rytarowski <n54@gmx.com>
Date: Mon Feb 1 10:35:38 2016 +0000
Fix NetBSD build with BSD and GNU make(1).
* Makefile.am (OPTIONAL_BACKENDS): Add netbsd-core.lo.
(OPTIONAL_BACKENDS_CFILES): Add netbsd-core.c.
* Makefile.in: Regenerated.
Diff:
---
bfd/ChangeLog | 6 ++++++
bfd/Makefile.am | 2 ++
bfd/Makefile.in | 2 ++
3 files changed, 10 insertions(+)
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 51444e6..8648c50 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2016-02-01 Kamil Rytarowski <n54@gmx.com>
+
+ * Makefile.am (OPTIONAL_BACKENDS): Add netbsd-core.lo.
+ (OPTIONAL_BACKENDS_CFILES): Add netbsd-core.c.
+ * Makefile.in: Regenerated.
+
2016-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
* elf64-s390.c (elf_s390_reloc_name_lookup): Fix indentation.
diff --git a/bfd/Makefile.am b/bfd/Makefile.am
index db6f059..6720f86 100644
--- a/bfd/Makefile.am
+++ b/bfd/Makefile.am
@@ -738,6 +738,7 @@ OPTIONAL_BACKENDS = \
hpux-core.lo \
irix-core.lo \
lynx-core.lo \
+ netbsd-core.lo \
osf-core.lo \
rs6000-core.lo \
sco5-core.lo \
@@ -749,6 +750,7 @@ OPTIONAL_BACKENDS_CFILES = \
hpux-core.c \
irix-core.c \
lynx-core.c \
+ netbsd-core.c \
osf-core.c \
rs6000-core.c \
sco5-core.c \
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index 2a5de7c..7aecfc9 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -1043,6 +1043,7 @@ OPTIONAL_BACKENDS = \
hpux-core.lo \
irix-core.lo \
lynx-core.lo \
+ netbsd-core.lo \
osf-core.lo \
rs6000-core.lo \
sco5-core.lo \
@@ -1054,6 +1055,7 @@ OPTIONAL_BACKENDS_CFILES = \
hpux-core.c \
irix-core.c \
lynx-core.c \
+ netbsd-core.c \
osf-core.c \
rs6000-core.c \
sco5-core.c \
More information about the Binutils-cvs
mailing list