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
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.
17 # uncomment this if you wish to redefine the transform procedure
20 #if ![string match "transform" [info procs transform]] then {
21 # proc transform { name } {
22 # global target_triplet
24 # if [string match "" $target_triplet] then {
27 # return ${target_triplet}-$name
33 # Set a default target list for various target triplets.
35 case "$target_triplet" in {
36 { "hppa*-*-proelf*" } {
37 set target_list { winbond }
40 set target_list { i386-aout }
42 { "m68k-mvme135-*" } { # Motorola MVME135 board running Bug monitor
43 set target_list { "mvme135-bug" }
45 { "m68k-idp-*" "m68k-rom68k-*" } { # Motorola IDP board running rom68k monitor
46 set target_list "bozo"