aboutsummaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/targets/targets.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/targets/targets.go b/sys/targets/targets.go
index d4743c28f..2fce53255 100644
--- a/sys/targets/targets.go
+++ b/sys/targets/targets.go
@@ -634,6 +634,7 @@ func init() {
}
host := List[goos][arch]
if host == nil {
+ target.BrokenCompiler = fmt.Sprintf("TestOS %v unsupported", target.PtrSize*8)
continue
}
target.CCompiler = host.CCompiler