# # Copyright (C) 2020 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # DejaGnu is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with DejaGnu; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. load_base_board_description "linux-gdbserver" set_board_info compiler [find_gcc] #process_multilib_options "" # Define ld_library_path variable to workaround asan and go testsuites # referring to it set ld_library_path "" # QEMU uses the standard remote debugging protocol as used by gdbserver. set_board_info gdb_protocol "remote" # localhost is the default host used for the remote debugging protocol set_board_info gdb,sockethost "aarch64-target2" set_board_info rsh_prog /usr/bin/ssh set_board_info rcp_prog /usr/bin/scp # statically link the test case executables set_board_info ldflags "-static"