set target_list { "aarch64-linux" } # Setup generic configuration: load_generic_config "unix" set_board_info hostname armv8model set_board_info username root set_board_info shell_prompt "root@genericarmv8:~#" set_board_info rsh_prog "/usr/bin/ssh -p 9022 " set_board_info rcp_prog "/usr/bin/scp -P 9022 " # Setup Build tools: # Compiler to use (not compiler under test): set_board_info compiler "[find_gcc]" # We are on a very slow simulator :-) # I'm not sure it is needed when the generic configuration is unix ?? #set_board_info slow_simulator 1 # GCC Setup: # maybe timeouts have to be set /testsuite targets ... set_board_info timeout 5400