mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
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 <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20200430190122.4592-2-alex.bennee@linaro.org>
This commit is contained in:
parent
daee97f618
commit
f2385398b2
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue