Regenerated html docs. Tweaked how Makefile.am builds tarballs.
[dejagnu.git] / baseboards / mcore-elf.exp
bloba50df98a038f77a42bea26dad57b28f68998ea00
1 # This is a list of toolchains that are supported on this board.
2 set_board_info target_install {mcore-elf}
4 # No multilib flags needed by default.
5 process_multilib_options ""
7 # Load the generic configuration for this board. This will define a basic set
8 # of routines needed by the tool to communicate with the board.
9 load_generic_config "mcore"
11 # We only support newlib on this target. We assume that all multilib
12 # options have been specified before we get here.
14 set_board_info compiler  "[find_gcc]"
15 set_board_info cflags    "-specs=cmb.specs [libgloss_include_flags] [newlib_include_flags]"
16 set_board_info ldflags   "[libgloss_link_flags] [newlib_link_flags]"
17 set_board_info ldscript  ""
18 set_board_info gdb,start_symbol "_start"
20 #set_board_info needs_status_wrapper 1
22 # The GDB protocol used for this target.
23 set_board_info gdb_protocol  "picobug"
24 set_board_info use_gdb_stub 1
26 # Doesn't pass arguments or signals, can't return results, and doesn't
27 # do inferiorio. It can't handle FP, either.
28 set_board_info noargs 1
29 set_board_info gdb,nosignals 1
30 set_board_info gdb,noresults 1
31 set_board_info gdb,noinferiorio 1
32 set_board_info gdb,skip_float_tests 1
34 # Increase the timeout
35 set timeout 60