view contrib/regression/site.exp @ 42:9e4f9e20b8f1

add some examples.
author kent@teto.cr.ie.u-ryukyu.ac.jp
date Mon, 25 Jan 2010 17:13:59 +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" }
    }
}