]> git.ipfire.org Git - thirdparty/gcc.git/commit - ChangeLog
Merge top-level configury changes from gdb
authorTom Tromey <tom@tromey.com>
Thu, 9 Apr 2020 12:52:55 +0000 (06:52 -0600)
committerTom Tromey <tromey@adacore.com>
Thu, 9 Apr 2020 12:52:55 +0000 (06:52 -0600)
commitf9d09df0f3552b6f179edeb038844bda40fc7534
tree7a857d756a32841ce37e9a5aca79fca6c91491d6
parent2111d5406a4ec56d6335bde779a995914d0a36d1
Merge top-level configury changes from gdb

We recently rearranged the gdb source tree to move a common library
and gdbserver to the top-level.  This made the build more uniform and
also a bit faster (due to sharing of built objects).

This patch re-syncs these changes the top-level configury back to gcc.

ChangeLog:
* configure: Rebuild.
* Makefile.in: Rebuild.
* Makefile.def (gdbsupport, gdbserver): New host modules.
(configure-gdb): Depend on all-gdbsupport.
(all-gdb): Depend on all-gdbsupport, all-libctf.
* configure.ac (host_tools): Add gdbserver.
Conditionally build gdbserver and gdbsupport.
ChangeLog
Makefile.def
Makefile.in
configure
configure.ac