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

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [insight/] [dejagnu/] [baseboards/] [powerpc-bug.exp] - Blame information for rev 1778

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
load_generic_config "powerpc-bug";
2
 
3
# This is a list of toolchains that are supported on this board.
4
set_board_info target_install {powerpc-eabi};
5
 
6
# We need mvme by default.
7
process_multilib_options "mvme";
8
 
9
# The compiler used to build for this board. This has *nothing* to do
10
# with what compiler is tested if we're testing gcc.
11
set_board_info compiler "[find_gcc]"
12
 
13
set_board_info cflags "[libgloss_include_flags] [newlib_include_flags]"
14
set_board_info ldflags "[libgloss_link_flags] [newlib_link_flags]"
15
 
16
# No linker script needed for this board.
17
set_board_info ldscript "";
18
 
19
# Can't pass arguments to programs on this target..
20
set_board_info noargs 1
21
# And there's no support for signals.
22
set_board_info gdb,nosignals 1
23
 
24
# GDB doesn't return exit statuses and we need to indicate this;
25
# the standard GCC wrapper will work with this target.
26
set_board_info needs_status_wrapper 1
27
 
28
# The GDB protocol for this board is...
29
set_board_info gdb_protocol "ppcbug"

powered by: WebSVN 2.1.0

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