From 1a627e7e6c61e97951932e3a9c5fb706efe3ef3e Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 14 Feb 2020 14:34:20 -0700 Subject: Change gdbserver to use existing gnulib and libiberty This changes gdbserver so that it no longer builds its own gnulib and libiberty. Instead, it now relies on the ones that were already built at the top level. gdbsupport is still built specially for gdbserver. This is more complicated and will be tackled in a subsequent patch. ChangeLog 2020-02-14 Tom Tromey * Makefile.in: Rebuild. * Makefile.def: Make gdbserver require gnulib and libiberty. gdbserver/ChangeLog 2020-02-14 Tom Tromey * acinclude.m4: Don't include acx_configure_dir.m4. * Makefile.in (LIBIBERTY_BUILDDIR, GNULIB_BUILDDIR): Update. (SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): Remove. (all, install-only, uninstall, clean-info, clean) (maintainer-clean): Don't recurse. (subdir_do, all-lib): Remove. ($(LIBGNU) $(LIBIBERTY) $(GNULIB_H)): Remove rule. (GNULIB_H): Remove. (generated_files): Update. ($(GNULIB_BUILDDIR)/Makefile): Remove rule. * configure: Rebuild. * configure.ac: Don't configure gnulib or libiberty. (GNULIB): Update. gdbsupport/ChangeLog 2020-02-14 Tom Tromey * common-defs.h: Change path to gnulib/config.h. Change-Id: I469cbbf5db2ab37109c058e9e3a1e4f4dabdfc98 --- gdbsupport/ChangeLog | 4 ++++ gdbsupport/common-defs.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gdbsupport') diff --git a/gdbsupport/ChangeLog b/gdbsupport/ChangeLog index 0634e37..a55938e 100644 --- a/gdbsupport/ChangeLog +++ b/gdbsupport/ChangeLog @@ -1,3 +1,7 @@ +2020-02-14 Tom Tromey + + * common-defs.h: Change path to gnulib/config.h. + 2020-02-13 Simon Marchi * Makefile.am: Rename source files from .c to .cc. diff --git a/gdbsupport/common-defs.h b/gdbsupport/common-defs.h index 027bf09..a5c57de 100644 --- a/gdbsupport/common-defs.h +++ b/gdbsupport/common-defs.h @@ -22,7 +22,7 @@ #ifdef GDBSERVER -#include +#include #undef PACKAGE_NAME #undef PACKAGE -- cgit v1.1