/[dejagnu]/dejagnu/baseboards/a29k-udi.exp
ViewVC logotype

Diff of /dejagnu/baseboards/a29k-udi.exp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by rsavoye, Mon Feb 5 04:18:05 2001 UTC revision 1.2 by bje, Thu Aug 7 03:42:42 2003 UTC
# Line 1  Line 1 
1  # This is a list of toolchains that are supported on this board.  # This is a list of toolchains that are supported on this board.
2  set_board_info target_install {a29k-amd-udi};  set_board_info target_install {a29k-amd-udi}
3    
4  # Load the generic configuration for this board.  # Load the generic configuration for this board.
5  load_generic_config "udi";  load_generic_config "udi"
6    
7  # The compiler used to build for this board. This has *nothing* to do  # The compiler used to build for this board. This has *nothing* to do
8  # with what compiler is tested if we're testing gcc.  # with what compiler is tested if we're testing gcc.
9  set_board_info compiler  "[find_gcc]";  set_board_info compiler  "[find_gcc]"
10  # The basic set of flags needed to build "hello world" for this  # The basic set of flags needed to build "hello world" for this
11  # board. This target uses libgloss and newlib.  # board. This target uses libgloss and newlib.
12  set_board_info cflags  "[newlib_include_flags] [libgloss_include_flags]";  set_board_info cflags  "[newlib_include_flags] [libgloss_include_flags]"
13  set_board_info ldflags  "[libgloss_link_flags] [newlib_link_flags]"  set_board_info ldflags  "[libgloss_link_flags] [newlib_link_flags]"
14  # We don't need a linker script.  # We don't need a linker script.
15  set_board_info ldscript "";  set_board_info ldscript ""
16    
17  # mondfe can't return exit statuses, so gcc (ctorture et al) needs to  # mondfe can't return exit statuses, so gcc (ctorture et al) needs to
18  # do what it can to get them.  # do what it can to get them.
19  set_board_info needs_status_wrapper  1;  set_board_info needs_status_wrapper  1
20    
21  # Used by a few gcc.c-torture testcases to delimit how large the stack can  # Used by a few gcc.c-torture testcases to delimit how large the stack can
22  # be.  # be.

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26