Mercurial > hg > CbC > CbC_gcc
annotate contrib/regression/site.exp @ 28:f2ea7e07d030
bit modify.
author | kent@teto.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Mon, 16 Nov 2009 17:22:19 +0900 |
parents | a06113de4d67 |
children |
rev | line source |
---|---|
0 | 1 global target_list |
2 | |
3 case "$target_triplet" in { | |
4 { "powerpc*-*eabi*" } { | |
5 # if { [info exists tool] && $tool == "gcc" } { | |
6 # set target_list { "powerpc-sim{,-fpic}" } | |
7 # } else { | |
8 set target_list { "powerpc-sim" } | |
9 # } | |
10 } | |
11 { "mips*-*-elf" } { | |
12 set target_list { "mips-sim" } | |
13 } | |
14 | |
15 default { | |
16 set target_list { "unix" } | |
17 } | |
18 } |