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

Subversion Repositories or1k

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

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 "sim"
7
 
8
# basic-sim.exp is a basic description for the standard Cygnus simulator.
9
load_base_board_description "basic-sim"
10
 
11
# The name of the directory in the build tree that the simulator lives in
12
# is "sh".
13
setup_sim sh
14
 
15
# No multilib flags needed by default.
16
process_multilib_options ""
17
 
18
# The compiler used to build for this board. This has *nothing* to do
19
# with what compiler is tested if we're testing gcc.
20
set_board_info compiler "[find_gcc]"
21
 
22
# We only support newlib on this target.
23
# However, we include libgloss so we can find the linker scripts.
24
set_board_info cflags "[newlib_include_flags] [libgloss_include_flags]"
25
set_board_info ldflags "[newlib_link_flags]"
26
# No linker script for this board.
27
set_board_info ldscript "";
28
# The simulator doesn't return exit statuses and we need to indicate this.
29
# Doesn't work on SH yet.
30
# set_board_info needs_status_wrapper 1
31
# Can't pass arguments to this target.
32
set_board_info noargs 1
33
# No signals.
34
set_board_info gdb,nosignals 1
35
 
36
# Used by a few gcc.c-torture testcases to delimit how large the stack can
37
# be.
38
set_board_info gcc,stack_size 16384
39
 
40
# Need to pass -mieee in order to for the compiler to be IEEE-fp compliant.
41
set_board_info ieee_multilib_flags "-mieee";
42
 
43
#We want to pass "18" to GDB"s "targt sim" command.
44
set_board_info gdb,target_sim_options "18"
45
#and the standalone simulator
46
set_board_info sim,options "-m 18"

powered by: WebSVN 2.1.0

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