OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [insight/] [dejagnu/] [baseboards/] [dos.exp] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
# 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}
4
 
5
# Load the generic configuration for the board. This will define any routines
6
# needed by the tool to communicate with the board.
7
 
8
load_generic_config "dos";
9
 
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 "";
19
 
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;
23
 
24
set_board_info gdb_opts "--command gdbinit"
25
set_board_info gdb,nointerrupts 1

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.