Skip to content

Commit 39eb4d0

Browse files
Fix a typo in arc-linux-generic baseboard
Signed-off-by: Anton Kolesov <[email protected]>
1 parent c83698b commit 39eb4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dejagnu/baseboards/arc-linux-generic.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ if { $tool == "gdb" } {
111111
# the board, hence the contortion.
112112
if { [info exists env(ARC_GDB_COMMFILE)] } {
113113
set board_info([get_local_hostname],gdb_opts) "-x $env(ARC_GDB_COMMFILE)"
114-
} elseif { [info exists ::toolchain_sysroot_dir)] } {
114+
} elseif { [info exists ::toolchain_sysroot_dir] } {
115115
set board_info([get_local_hostname],gdb_opts) "-ex 'set sysroot $::toolchain_sysroot_dir'"
116116
} else {
117117
puts "Neither ARC_GDB_COMMFILE, not toolchain_sysroot_dir environment

0 commit comments

Comments
 (0)