diff options
author | Michael Forney <mforney@mforney.org> | 2020-10-06 17:12:57 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2020-10-06 22:31:13 -0400 |
commit | 4b136f6f9aba2122868704bc18fd21e1d232392c (patch) | |
tree | 77d1bf95a814bdd5262275d6f2da936966526120 /gdb/features | |
parent | 8ab0be1717a4488e251952fa799bf0cc3762aa3e (diff) | |
download | binutils-4b136f6f9aba2122868704bc18fd21e1d232392c.zip binutils-4b136f6f9aba2122868704bc18fd21e1d232392c.tar.gz binutils-4b136f6f9aba2122868704bc18fd21e1d232392c.tar.bz2 |
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
Diffstat (limited to 'gdb/features')
0 files changed, 0 insertions, 0 deletions