Regenerated html docs. Tweaked how Makefile.am builds tarballs.
[dejagnu.git] / baseboards / dos.exp
blob8702a031a710168266259151805150c89218db9e
1 # This is a list of the installed tools for this board. Of course,
2 # we apparently don't create a compiler for this board, but...
3 set_board_info target_install {i386-cygwin32}
5 # Load the generic configuration for the board. This will define any routines
6 # needed by the tool to communicate with the board.
8 load_generic_config "dos";
10 # The compiler used to build for this board. This has *nothing* to do
11 # with what compiler is tested if we're testing gcc.
12 set_board_info compiler "[find_gcc]";
13 # The basic set of flags needed to build "hello world" for this
14 # board. This target uses libgloss, libio and winsup.
15 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]"
17 # We don't need a link script.
18 set_board_info ldscript "";
20 # mondfe can't return exit statuses, so gcc (ctorture et al) needs to
21 # do what it can to get them.
22 set_board_info needs_status_wrapper 1;
24 set_board_info gdb_opts "--command gdbinit"
25 set_board_info gdb,nointerrupts 1