forked from WuSiYu/riscv-gcc
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
5 changed files
with
1,018 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
2020-04-09 Tom Tromey <[email protected]> | ||
|
||
* 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 <[email protected]> | ||
|
||
* configure.ac: Build libgomp by default for amdgcn. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.