view contrib/regression/site.exp @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +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" }
    }
}