]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - configure
Fix gdbserver-without-gdb build
authorTom Tromey <tom@tromey.com>
Mon, 17 Feb 2020 17:00:26 +0000 (10:00 -0700)
committerTom Tromey <tom@tromey.com>
Mon, 17 Feb 2020 17:03:15 +0000 (10:03 -0700)
commitb6f9caee52be22ec3ff46f2773aef473625b8033
tree7fea7987745ca938bcc36056365c95c968a0c5ed
parent272a84b1204fdd4e96df689383b163b4a52be933
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  <tom@tromey.com>

* configure: Rebuild.
* configure.ac (configdirs): Add gnulib and gdbsupport when building
gdbserver.
ChangeLog
configure
configure.ac