view contrib/regression/site.exp @ 26:b388631e4738

add make_headers script.
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Thu, 29 Oct 2009 18:19:02 +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" }
    }
}