We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c5f4d commit 9c12f1bCopy full SHA for 9c12f1b
src/internal/buildcfg/exp.go
@@ -20,7 +20,7 @@ import (
20
// was built with.)
21
var Experiment goexperiment.Flags = parseExperiments()
22
23
-var regabiSupported = GOARCH == "amd64" && (GOOS == "linux" || GOOS == "darwin" || GOOS == "windows")
+var regabiSupported = GOARCH == "amd64" && (GOOS == "android" || GOOS == "linux" || GOOS == "darwin" || GOOS == "windows")
24
25
// experimentBaseline specifies the experiment flags that are enabled by
26
// default in the current toolchain. This is, in effect, the "control"
0 commit comments