view contrib/regression/site.exp @ 108:7ad14f446135

add CbC-example/rectypeTest/
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Thu, 14 Jun 2012 20:30:24 +0900
parents a06113de4d67
children
line wrap: on
line source

global target_list

case "$target_triplet" in {
    { "powerpc*-*eabi*" } {
#	if { [info exists tool] && $tool == "gcc" } {
#	    set target_list { "powerpc-sim{,-fpic}" }
#	} else {
	    set target_list { "powerpc-sim" }
#	}
    }
    { "mips*-*-elf" } {
	set target_list { "mips-sim" }
    }

    default {
        set target_list { "unix" }
    }
}