]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: detect GOHOSTARCH on iOS
authorElias Naur <mail@eliasnaur.com>
Tue, 30 Apr 2019 18:00:23 +0000 (20:00 +0200)
committerElias Naur <mail@eliasnaur.com>
Tue, 30 Apr 2019 18:29:07 +0000 (18:29 +0000)
commit888bac1421d098b6cbe58d4fde5d6ba516833f23
tree95cf46f87081884de7039989c9ca73648b5243bb
parentd7edc91643dbc76542930ee95ff66beea6eefa02
cmd/dist: detect GOHOSTARCH on iOS

cmd/dist defaults to GOHOSTARCH=amd64 on darwin because no other
darwin host could build Go. With the upcoming self-hosted iOS
builders, GOHOSTARCH=arm64 is also possible.

Updates #31722

Change-Id: I9af47d9f8c57ea45475ce498acefbfe6bf4815b9
Reviewed-on: https://go-review.googlesource.com/c/go/+/174306
Run-TryBot: Elias Naur <mail@eliasnaur.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/dist/main.go