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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [dejagnu/] [baseboards/] [vx960.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 toolchains that are supported on this board.
2
set_board_info target_install {i960-vxworks5.1 i960-vxworks5.2}
3
 
4
# Load the generic configuration for this board. This will define any
5
# routines needed by the tool to communicate with the board.
6
load_generic_config "vxworks";
7
 
8
# No multilib flags by default.
9
process_multilib_options "";
10
 
11
# The compiler used to build for this board. Note that this has nothing to do
12
# with what compiler is tested when testing gcc.
13
set_board_info compiler "[find_gcc]";
14
 
15
# These are probably wrong, but at least it is configurable now.
16
if { [board_info $board cpu] == "I960CA" } {
17
    set_board_info cflags "-mca";
18
} else {
19
    set_board_info cflags "";
20
}
21
# vxworks 5.1 needs the executable to be relinkable.
22
set_board_info ldflags "-nostdlib -r";
23
set_board_info libs "-lgcc";
24
 
25
# No linker script needed.
26
set_board_info ldscript "";
27
 
28
# GDB needs to use "target vxworks" to talk to the board.
29
set_board_info gdb_protocol "vxworks";

powered by: WebSVN 2.1.0

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