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

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [insight/] [dejagnu/] [baseboards/] [a29k-udi.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 {a29k-amd-udi};
3
 
4
# Load the generic configuration for this board.
5
load_generic_config "udi";
6
 
7
# The compiler used to build for this board. This has *nothing* to do
8
# with what compiler is tested if we're testing gcc.
9
set_board_info compiler  "[find_gcc]";
10
# The basic set of flags needed to build "hello world" for this
11
# board. This target uses libgloss and newlib.
12
set_board_info cflags  "[newlib_include_flags] [libgloss_include_flags]";
13
set_board_info ldflags  "[libgloss_link_flags] [newlib_link_flags]"
14
# We don't need a linker script.
15
set_board_info ldscript "";
16
 
17
# mondfe can't return exit statuses, so gcc (ctorture et al) needs to
18
# do what it can to get them.
19
set_board_info needs_status_wrapper  1;
20
 
21
# Used by a few gcc.c-torture testcases to delimit how large the stack can
22
# be.
23
set_board_info gcc,stack_size  16384

powered by: WebSVN 2.1.0

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