/[dejagnu]/dejagnu/baseboards/arm-sim.exp
ViewVC logotype

Diff of /dejagnu/baseboards/arm-sim.exp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by rsavoye, Sun Feb 18 05:12:07 2001 UTC revision 1.3 by bje, Thu Aug 7 03:42:42 2003 UTC
# Line 21  if { [board_info $board obj_format] == " Line 21  if { [board_info $board obj_format] == "
21  load_base_board_description "basic-sim"  load_base_board_description "basic-sim"
22    
23  # The name of the directory in the build tree where the simulator lives.  # The name of the directory in the build tree where the simulator lives.
24  setup_sim arm;  setup_sim arm
25    
26  # The compiler used to build for this board. This has *nothing* to do  # The compiler used to build for this board. This has *nothing* to do
27  # with what compiler is tested if we're testing gcc.  # with what compiler is tested if we're testing gcc.
# Line 31  set_board_info compiler        "[find_gcc]" Line 31  set_board_info compiler        "[find_gcc]"
31  set_board_info cflags   "[libgloss_include_flags] [newlib_include_flags]"  set_board_info cflags   "[libgloss_include_flags] [newlib_include_flags]"
32  set_board_info ldflags  "[libgloss_link_flags] [newlib_link_flags] $additional_options"  set_board_info ldflags  "[libgloss_link_flags] [newlib_link_flags] $additional_options"
33  # This board doesn't use a linker script.  # This board doesn't use a linker script.
34  set_board_info ldscript "";  set_board_info ldscript ""
35  # The simulator doesn't return exit statuses and we need to indicate this.  # The simulator doesn't return exit statuses and we need to indicate this.
36  set_board_info needs_status_wrapper  1  set_board_info needs_status_wrapper  1
37    
# Line 46  set_board_info gdb,nosignals 1 Line 46  set_board_info gdb,nosignals 1
46  set_board_info gcc,timeout 800  set_board_info gcc,timeout 800
47    
48  # Make this variable go away, we don't need it.  # Make this variable go away, we don't need it.
49  unset additional_options;  unset additional_options

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26