aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.ac
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2021-06-04 14:23:42 -0600
committerTom Tromey <tom@tromey.com>2021-06-05 08:47:46 -0600
commitb316465fab75c1fa1ae2ace63dc2005f65722307 (patch)
tree45a89b5d6e2561e73bb4fb23d1c775d8f2b186b5 /gdb/configure.ac
parent5bea0c32765c297541290a5e2bef6b24a86a069d (diff)
downloadfsf-binutils-gdb-b316465fab75c1fa1ae2ace63dc2005f65722307.zip
fsf-binutils-gdb-b316465fab75c1fa1ae2ace63dc2005f65722307.tar.gz
fsf-binutils-gdb-b316465fab75c1fa1ae2ace63dc2005f65722307.tar.bz2
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.
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r--gdb/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac
index e6e1c6b..df340ff 100644
--- a/gdb/configure.ac
+++ b/gdb/configure.ac
@@ -43,6 +43,8 @@ AC_CANONICAL_HOST
# Set target, target_cpu, target_vendor, and target_os.
AC_CANONICAL_TARGET
+ACX_NONCANONICAL_TARGET
+
AC_ARG_PROGRAM
# We require a C++11 compiler. Check if one is available, and if