From b6f9caee52be22ec3ff46f2773aef473625b8033 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 17 Feb 2020 10:00:26 -0700 Subject: Fix gdbserver-without-gdb build An earlier patch changed gdbserver to use the already-built top-level gnulib and gdbsupport. However, if one did a build that did not include gdb, then gdbserver would fail to build. The problem is that configure.ac only adds gnulib and gdbsupport to the build when gdb is being built. This patch fixes the problem by arranging for this to happen when gdbserver is built. ChangeLog 2020-02-17 Tom Tromey * configure: Rebuild. * configure.ac (configdirs): Add gnulib and gdbsupport when building gdbserver. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7f6486f..880ffdd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2020-02-17 Tom Tromey + + * configure: Rebuild. + * configure.ac (configdirs): Add gnulib and gdbsupport when building + gdbserver. + 2020-02-14 Tom Tromey * Makefile.in: Rebuild. -- cgit v1.1