Regenerated html docs. Tweaked how Makefile.am builds tarballs.
[dejagnu.git] / baseboards / i960-cyclone.exp
blob6ce5ce702209416f4be9f371299f61cc33751935
1 # Danger, Will Robinson!  Settings in this file do not override
2 # previous settings for the board being defined.
4 # Load the generic configuration for this board. This will define a basic
5 # set of routines needed by the tool to communicate with the board.
6 load_generic_config "i960"
8 # No multilib options needed by default.
9 process_multilib_options ""
11 # We want to strip executables before downloading them via xmodem.
12 if ![board_info $board exists strip] {
13     set tempfil [lookfor_file $tool_root_dir binutils/strip];
14     if { $tempfil != "" } {
15         set_board_info strip $tempfil
16     } else {
17         set_board_info strip [transform strip]
18     }
19     unset tempfil
22 # We only support newlib on this target. We assume that all multilib
23 # options have been specified before we get here.
24 set_board_info compiler "[find_gcc]"
25 set_board_info cflags "[libgloss_include_flags] [newlib_include_flags]"
26 set_board_info start_addr 0xa0008000
27 set_board_info ldflags "-Wl,-Ttext,[board_info $board start_addr] [libgloss_link_flags] [newlib_link_flags] -B${prefix_dir}/i960-coff/"
28 # IDT linker script.
29 set_board_info ldscript "-Wl,-T${prefix_dir}/i960-coff/i960.ld"
31 # GDB doesn't return exit statuses and we need to indicate this;
32 # the standard GCC wrapper will work with this target.
33 set_board_info needs_status_wrapper 1
35 # The GDB protocol used with this board.
36 set_board_info gdb_protocol "mon960"
38 # Can't pass arguments to the program.
39 set_board_info noargs 1
41 # No support for signals.
42 set_board_info gdb,nosignals 1
44 set_board_info gdb_prompt "\\(gdb960\\)"
46 # The board tends to be unreliable.
47 set_board_info unreliable 1