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

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [insight/] [dejagnu/] [baseboards/] [sparc64-sim.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 {sparc64-elf}
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 "sim"
7
 
8
# We need this for find_gcc and *_include_flags/*_link_flags.
9
load_base_board_description "basic-sim"
10
 
11
# Use long64 by default.
12
process_multilib_options "long64"
13
 
14
setup_sim sparc64
15
 
16
# We only support newlib on this target. We assume that all multilib
17
# options have been specified before we get here.
18
set_board_info compiler  "[find_gcc]"
19
set_board_info cflags  "[libgloss_include_flags] [newlib_include_flags]"
20
set_board_info ldflags  "[libgloss_link_flags] [newlib_link_flags]"
21
# No linker script.
22
set_board_info ldscript "";
23
 
24
# Used by a few gcc.c-torture testcases to delimit how large the stack can
25
# be.
26
set_board_info gcc,stack_size 16384
27
# The simulator doesn't return exit statuses and we need to indicate this;
28
# the standard GCC wrapper will work with this target.
29
set_board_info needs_status_wrapper 1
30
# We can't pass arguments to programs.
31
set_board_info noargs 1

powered by: WebSVN 2.1.0

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