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

Diff of /dejagnu/baseboards/dos.exp

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

revision 1.1.1.1 by rsavoye, Mon Feb 5 04:18:07 2001 UTC revision 1.2 by bje, Thu Aug 7 03:42:42 2003 UTC
# Line 5  set_board_info target_install {i386-cygw Line 5  set_board_info target_install {i386-cygw
5  # Load the generic configuration for the board. This will define any routines  # Load the generic configuration for the board. This will define any routines
6  # needed by the tool to communicate with the board.  # needed by the tool to communicate with the board.
7    
8  load_generic_config "dos";  load_generic_config "dos"
9    
10  # 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
11  # with what compiler is tested if we're testing gcc.  # with what compiler is tested if we're testing gcc.
12  set_board_info compiler "[find_gcc]";  set_board_info compiler "[find_gcc]"
13  # The basic set of flags needed to build "hello world" for this  # The basic set of flags needed to build "hello world" for this
14  # board. This target uses libgloss, libio and winsup.  # board. This target uses libgloss, libio and winsup.
15  set_board_info cflags "[newlib_include_flags] [libio_include_flags] [winsup_include_flags]";  set_board_info cflags "[newlib_include_flags] [libio_include_flags] [winsup_include_flags]"
16  set_board_info ldflags "[newlib_link_flags] [libio_link_flags] [winsup_link_flags]"  set_board_info ldflags "[newlib_link_flags] [libio_link_flags] [winsup_link_flags]"
17  # We don't need a link script.  # We don't need a link script.
18  set_board_info ldscript "";  set_board_info ldscript ""
19    
20  # mondfe can't return exit statuses, so gcc (ctorture et al) needs to  # mondfe can't return exit statuses, so gcc (ctorture et al) needs to
21  # do what it can to get them.  # do what it can to get them.
22  set_board_info needs_status_wrapper 1;  set_board_info needs_status_wrapper 1
23    
24  set_board_info gdb_opts "--command gdbinit"  set_board_info gdb_opts "--command gdbinit"
25  set_board_info gdb,nointerrupts 1  set_board_info gdb,nointerrupts 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