]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: Fix installation of gcore.1 on some platforms
authorMichael Forney <mforney@mforney.org>
Tue, 6 Oct 2020 21:12:57 +0000 (17:12 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Wed, 7 Oct 2020 02:31:13 +0000 (22:31 -0400)
commit4b136f6f9aba2122868704bc18fd21e1d232392c
tree77d1bf95a814bdd5262275d6f2da936966526120
parent8ab0be1717a4488e251952fa799bf0cc3762aa3e
gdb: Fix installation of gcore.1 on some platforms

gcore is installed on NetBSD, FreeBSD, Solaris (HAVE_NATIVE_GCORE_HOST=1)
and Linux (HAVE_NATIVE_GCORE_TARGET=1). However, even though gcore.1
is installed conditional on those variables, HAVE_NATIVE_GCORE_HOST
was missing from gdb/doc/Makefile.in, so manual installation was
skipped on NetBSD, FreeBSD, and Solaris.

gdb/doc/ChangeLog:
2020-10-06  Michael Forney  <mforney@mforney.org>

        * Makefile.in (HAVE_NATIVE_GCORE_HOST): Add for gcore.1
        install condition.

Change-Id: I17c3ce2ecdfb806ece17f05ba78356b25ffa865e
gdb/doc/ChangeLog
gdb/doc/Makefile.in