]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/dist: add support for freebsd/arm64
authorTobias Klauser <tklauser@distanz.ch>
Fri, 4 Oct 2019 09:53:22 +0000 (11:53 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Fri, 25 Oct 2019 17:59:32 +0000 (17:59 +0000)
Updates #24715

Change-Id: I110a10a5d5ed4a471f67f35cbcdcbea296c5dcaf
Reviewed-on: https://go-review.googlesource.com/c/go/+/198542
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/dist/build.go

index 6c8e558f296191d5de3c0bdabc98d2a15757957e..bc629e1d9efba636e223c1109a167ab073cee2f0 100644 (file)
@@ -1485,6 +1485,7 @@ var cgoEnabled = map[string]bool{
        "freebsd/386":     true,
        "freebsd/amd64":   true,
        "freebsd/arm":     true,
+       "freebsd/arm64":   false,
        "illumos/amd64":   true,
        "linux/386":       true,
        "linux/amd64":     true,