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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [dejagnu/] [site.tmpl] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
#
2
# site.tmpl -- Sample template for a global config file.
3
#           NOTE: This file contains mostly site specific
4
#                 configuration data that is custom to Cygnus
5
#                 Support. You'll have to change most of the
6
#                 values to work at your site.
7
#           Written by manson@cygnus.com
8
#
9
 
10
#
11
# transform -- transform a tool name to get the installed name. We only define
12
#              this if there wasn't one. This was the global config file can
13
#              override how the tool names are calculated.
14
#
15
 
16
#
17
# uncomment this if you wish to redefine the transform procedure
18
#
19
 
20
#if ![string match "transform" [info procs transform]] then {
21
#        proc transform { name } {
22
#       global target_triplet
23
#
24
#       if [string match "" $target_triplet] then {
25
#           return $name
26
#       } else {
27
#           return ${target_triplet}-$name
28
#       }
29
#    }
30
#}
31
 
32
#
33
# Set a default target list for various target triplets.
34
#
35
case "$target_triplet" in {
36
    { "hppa*-*-proelf*" } {
37
        set target_list { winbond }
38
    }
39
    { "i386-*-aout" } {
40
        set target_list { i386-aout }
41
    }
42
    { "m68k-mvme135-*" } {     # Motorola MVME135 board running Bug monitor
43
        set target_list  { "mvme135-bug" }
44
     }
45
    { "m68k-idp-*" "m68k-rom68k-*" } {      # Motorola IDP board running rom68k monitor
46
        set target_list "bozo"
47
     }
48
}

powered by: WebSVN 2.1.0

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