/[dejagnu]/dejagnu/baseboards/d10v.exp
ViewVC logotype

Diff of /dejagnu/baseboards/d10v.exp

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

revision 1.1.1.1 by rsavoye, Mon Feb 5 04:18:06 2001 UTC revision 1.2 by bje, Thu Aug 7 03:42:42 2003 UTC
# Line 6  set_board_info target_install {d10v-elf} Line 6  set_board_info target_install {d10v-elf}
6  load_generic_config "d10v"  load_generic_config "d10v"
7    
8  # No multilib options are needed by default for this board.  # No multilib options are needed by default for this board.
9  process_multilib_options "";  process_multilib_options ""
10    
11  # We only support newlib on this target. We assume that all multilib  # We only support newlib on this target. We assume that all multilib
12  # options have been specified before we get here.  # options have been specified before we get here.
13  set_board_info compiler "[find_gcc]";  set_board_info compiler "[find_gcc]"
14  set_board_info cflags "[newlib_include_flags]";  set_board_info cflags "[newlib_include_flags]"
15  set_board_info ldflags "[libgloss_link_flags] [newlib_link_flags]";  set_board_info ldflags "[libgloss_link_flags] [newlib_link_flags]"
16  # No linker script needed.  # No linker script needed.
17  set_board_info ldscript "";  set_board_info ldscript ""
18    
19  # The board can't really return exit statuses and we need to indicate this;  # The board can't really return exit statuses and we need to indicate this;
20  # however, the standard GCC wrapper won't work with this target because  # however, the standard GCC wrapper won't work with this target because
# Line 32  set_board_info disable_x_packet 1 Line 32  set_board_info disable_x_packet 1
32  set_board_info disable_z_packet 1  set_board_info disable_z_packet 1
33    
34  # Used by gdb-comm.  # Used by gdb-comm.
35  set_board_info gdb_run_command  "jump *_start";  set_board_info gdb_run_command  "jump *_start"
36  set_board_info gdb,start_symbol  "_start";  set_board_info gdb,start_symbol  "_start"
37    
38  # Can't pass arguments to programs on this target.  # Can't pass arguments to programs on this target.
39  set_board_info noargs  1  set_board_info noargs  1

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

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