Use ACX_NONCANONICAL_TARGET in gdb/configure
authorTom Tromey <tromey@adacore.com>
Fri, 4 Jun 2021 20:23:42 +0000 (14:23 -0600)
committerTom Tromey <tom@tromey.com>
Sat, 5 Jun 2021 14:47:46 +0000 (08:47 -0600)
commitb316465fab75c1fa1ae2ace63dc2005f65722307
tree45a89b5d6e2561e73bb4fb23d1c775d8f2b186b5
parent5bea0c32765c297541290a5e2bef6b24a86a069d
Use ACX_NONCANONICAL_TARGET in gdb/configure

Shahab Vahedi pointed out that the patch to remove
gdb/testsuite/configure regressed the site.exp creation a bit -- it
left an unresolved configure substitution.  Andrew Burgess pointed out
that the patch removed the call to ACX_NONCANONICAL_TARGET, which
caused this problem.

This patch adds ACX_NONCANONICAL_TARGET to gdb's configure, and fixes
the bug.

gdb/ChangeLog
2021-06-05  Tom Tromey  <tromey@adacore.com>

* configure: Rebuild.
* configure.ac: Add ACX_NONCANONICAL_TARGET.
gdb/ChangeLog
gdb/configure
gdb/configure.ac