diff options
author | Andrew Burgess <andrew.burgess@embecosm.com> | 2021-08-30 21:16:50 +0100 |
---|---|---|
committer | Andrew Burgess <andrew.burgess@embecosm.com> | 2021-08-31 10:00:22 +0100 |
commit | dd779c509e56d9300ceb03e3b009d5e0411380b8 (patch) | |
tree | e1d0e0f9e123a4fec6116bf2c07f307e6bab51cf /Makefile.in | |
parent | 06ac981ffb3c0d6997f2e1c01ffaf6253b6a244f (diff) | |
download | gcc-dd779c509e56d9300ceb03e3b009d5e0411380b8.tar.gz |
gdb: Add a dependency between gdb and libbacktrace
GDB is going to start using libbacktrace, so add a build dependency
between the two modules. This change needs to be added into the GCC
toplevel files, and then back-ported to the binutils-gdb repository.
2021-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
ChangeLog:
* Makefile.def: Add all-gdb dependency on all-libbacktrace.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 5c85fcc5dd0..61af99dc75a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -61237,6 +61237,7 @@ all-gdb: maybe-all-libiconv all-gdb: maybe-all-opcodes all-gdb: maybe-all-libdecnumber all-gdb: maybe-all-libctf +all-gdb: maybe-all-libbacktrace all-gdbserver: maybe-all-libiberty configure-gdbsupport: maybe-configure-intl all-gdbsupport: maybe-all-intl |