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

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [insight/] [dejagnu/] [baseboards/] [m68k-emc.exp] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
# Load the generic configuration for this board. This will define any
2
# routines needed by the tool to communicate with the board.
3
load_generic_config "m68k-emc";
4
 
5
# No multilib options by default.
6
process_multilib_options ""
7
 
8
# The compiler used to build for this board. Note that this has nothing to do
9
# with what compiler is tested when testing gcc.
10
set_board_info compiler "[find_gcc]"
11
 
12
set_board_info cflags "[newlib_include_flags] [libgloss_include_flags]";
13
 
14
set_board_info ldflags "-nostdlib [libgloss_link_flags] [newlib_link_flags]"
15
 
16
# No linker script.
17
set_board_info ldscript "";
18
# The idt interface can't return exit statuses, so gcc (ctorture et
19
# al) needs to do what it can to get them.
20
set_board_info needs_status_wrapper 1;
21
 
22
# GDB needs to use "target remote" to talk to the board.
23
set_board_info gdb_protocol  "remote";
24
 
25
# Can't pass arguments to the program under test.
26
set_board_info noargs 1
27
 
28
# Nor can it do I/O in GDB.
29
set_board_info gdb,noinferiorio 1
30
 
31
# It has no signals.
32
set_board_info gdb,nosignals 1
33
 
34
# It can't return results when debugging with GDB.
35
set_board_info gdb,noresults 1

powered by: WebSVN 2.1.0

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