Fix nullptr in with_command_1
[deliverable/binutils-gdb.git] / gdb / testsuite / boards / local-board.exp
index 4150f1d1d659b50190b40556c12429b848a90b01..6e0448c58a94afc87e23c33359593a89fecd76fe 100644 (file)
@@ -22,3 +22,6 @@ global board_info
 # Remove any target variant specifications from the name.
 set baseboard [lindex [split $board "/"] 0]
 set board_info($baseboard,isremote) 0
+
+# Set sysroot to avoid sending files via the remote protocol.
+set GDBFLAGS "${GDBFLAGS} -ex \"set sysroot\""
This page took 0.024673 seconds and 4 git commands to generate.