diff --git a/gdb/testsuite/gdb.multi/multi-target.exp.tcl b/gdb/testsuite/gdb.multi/multi-target.exp.tcl index 6f3051c6b27..d14be03cbf2 100644 --- a/gdb/testsuite/gdb.multi/multi-target.exp.tcl +++ b/gdb/testsuite/gdb.multi/multi-target.exp.tcl @@ -112,7 +112,7 @@ proc setup {non-stop} { save_vars { ::GDBFLAGS } { # Make GDB read files from the local file system, not through the - # remote targets. + # remote targets, to speed things up. set ::GDBFLAGS "${::GDBFLAGS} -ex \"set sysroot\"" clean_restart ${binfile} }