Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/contrib/regression/site.exp

19 lines
352 B
Plaintext
Raw Permalink Normal View History

2023-03-06 14:48:14 +01:00
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" }
}
}