Re: [PATCH v5 16/22] configure: allow user to specify what gdb to use

2020-01-15 Thread Richard Henderson
On 1/14/20 5:09 AM, Alex Bennée wrote: > + --with-gdb=GBB-path gdb to use for gdbstub tests [$gdb_bin] s/GBB/GDB/ Reviewed-by: Richard Henderson r~

[PATCH v5 16/22] configure: allow user to specify what gdb to use

2020-01-14 Thread Alex Bennée
This is useful, especially when testing relatively new gdbstub features that might not be in distro packages yet. Signed-off-by: Alex Bennée --- configure | 9 + 1 file changed, 9 insertions(+) diff --git a/configure b/configure index 08c3a1c1f0..df702a708f 100755 --- a/configure +++