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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [dejagnu/] [baseboards/] [sh-hms.exp] - Blame information for rev 1767

Go to most recent revision | 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  {sh-hms}
3
 
4
# Load the generic configuration for this board. This will define a basic
5
# set of routines needed by the tool to communicate with the board.
6
load_generic_config "sh"
7
 
8
# Default to SH2.
9
process_multilib_options "-m2"
10
 
11
# The compiler used to build for this board. This has *nothing* to do
12
# with what compiler is tested if we're testing gcc.
13
set_board_info compiler "[find_gcc]"
14
 
15
# We only support newlib on this target.
16
# However, we include libgloss so we can find the linker scripts.
17
set_board_info cflags "[newlib_include_flags]"
18
set_board_info ldflags "[newlib_link_flags] [libgloss_link_flags]"
19
 
20
# Linker script for the SH2 board.
21
set_board_info ldscript "-Wl,-Tsh2lcevb.ld"
22
 
23
# Can't pass arguments to this target.
24
set_board_info noargs  1
25
 
26
# We use the remote GDB protocol.
27
set_board_info gdb_protocol "remote"
28
# Jumping to start is how we get the program started in GDB.
29
set_board_info gdb_run_command  "jump start"
30
# The remote target uses a GDB stub.
31
set_board_info use_gdb_stub 1
32
# We can't do I/O.
33
set_board_info gdb,noinferiorio  1
34
# Or signals.
35
set_board_info gdb,nosignals  1
36
 
37
# Used by a few gcc.c-torture testcases to delimit how large the stack can
38
# be.
39
set_board_info gcc,stack_size  16384
40
 
41
# Exit statuses returned from GDB are sometimes faulty.
42
set_board_info exit_statuses_bad 1
43
 
44
# Need to pass -mieee in order to for the compiler to be IEEE-fp compliant.
45
set_board_info ieee_multilib_flags "-mieee";

powered by: WebSVN 2.1.0

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