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

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [insight/] [dejagnu/] [baseboards/] [powerpcle-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 {powerpcle-eabi}
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 simulator is "ppc".
12
setup_sim ppc
13
 
14
# No multilib flags needed by default.
15
process_multilib_options ""
16
 
17
# The compiler used to build for this board. This has *nothing* to do
18
# with what compiler is tested if we're testing gcc.
19
set_board_info compiler  "[find_gcc]"
20
 
21
set_board_info cflags  "[libgloss_include_flags] [newlib_include_flags]"
22
set_board_info ldflags  "-msim [libgloss_link_flags] [newlib_link_flags]"
23
 
24
# No support for signals on this target.
25
set_board_info gdb,nosignals 1;
26
 
27
# Can't call functions from GDB.
28
set_board_info gdb,cannot_call_functions 1

powered by: WebSVN 2.1.0

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