Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git] / gnu / dist / gcc4 / contrib / regression / site.exp
blob0892afa3a5278754599ce95f6c3b09d2fb830af1
1 global target_list
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     }
15     default {
16         set target_list { "unix" }
17     }