From: Alex Bennée Date: Thu, 30 Apr 2020 19:01:14 +0000 (+0100) Subject: configure: favour gdb-multiarch if we have it X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f2385398b2f02eec9ea78ea4aa88c5ee66cd1ded;p=qemu.git configure: favour gdb-multiarch if we have it As gdb will generally be talking to "foreign" guests lets use that if we can. Otherwise the chances of gdb barfing are considerably higher. Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20200430190122.4592-2-alex.bennee@linaro.org> --- diff --git a/configure b/configure index 23b5e93752..c58787100f 100755 --- a/configure +++ b/configure @@ -303,7 +303,7 @@ libs_qga="" debug_info="yes" stack_protector="" use_containers="yes" -gdb_bin=$(command -v "gdb") +gdb_bin=$(command -v "gdb-multiarch" || command -v "gdb") if test -e "$source_path/.git" then