diff options
author | Tom Tromey <tom@tromey.com> | 2020-04-09 06:52:55 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2020-04-09 06:52:55 -0600 |
commit | f9d09df0f3552b6f179edeb038844bda40fc7534 (patch) | |
tree | 7a857d756a32841ce37e9a5aca79fca6c91491d6 /ChangeLog | |
parent | 2111d5406a4ec56d6335bde779a995914d0a36d1 (diff) | |
download | gcc-f9d09df0f3552b6f179edeb038844bda40fc7534.tar.gz |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ba0b25fa417..c8503a90bd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2020-04-09 Tom Tromey <tom@tromey.com> + + * 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. + 2020-03-09 Tobias Burnus <tobias@codesourcery.com> * configure.ac: Build libgomp by default for amdgcn. |