From b316465fab75c1fa1ae2ace63dc2005f65722307 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 4 Jun 2021 14:23:42 -0600 Subject: 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 * configure: Rebuild. * configure.ac: Add ACX_NONCANONICAL_TARGET. --- gdb/configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/configure.ac') 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 -- cgit v1.1