summaryrefslogtreecommitdiff
path: root/.appveyor/site.exp
blob: 93f47731f43b327318c864ab2c27dd7edece1580 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright (C) 2021  Anthony Green

lappend boards_dir $::env(SITEDIR)

verbose "Global Config File: target_triplet is $target_triplet" 1
global target_list

case "$target_triplet" in {
    { "aarch*cygwin*" } {
	set target_list "unix-noexec"
    }
    { "arm*cygwin*" } {
	set target_list "unix-noexec"
    }
}