]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/dist: restore GOARM=7 default for android/arm
authorElias Naur <mail@eliasnaur.com>
Wed, 25 Nov 2020 18:12:13 +0000 (19:12 +0100)
committerElias Naur <mail@eliasnaur.com>
Wed, 25 Nov 2020 19:21:55 +0000 (19:21 +0000)
commitef603bead5d336e81954f890e20efa0261581792
treeebaee92f518de8fff8e3958e9c60331fb1d69455
parent9dc2350d8cb10f8af5f3551aeb5e3e8bf820c071
cmd/dist: restore GOARM=7 default for android/arm

Fixes the android/arm builder. Without it, the builder reported
unexpected stale targets during bootstrap:

https://build.golang.org/log/b951f1171be54cf4a12c2a0720ffaf07f8a11377

Tighten the GOARM=7 default in cmd/internal/objabi while here.

Change-Id: I944744910193e72e91bc37b5bf0783076b45e579
Reviewed-on: https://go-review.googlesource.com/c/go/+/273167
Run-TryBot: Elias Naur <mail@eliasnaur.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Elias Naur <mail@eliasnaur.com>
src/cmd/dist/util.go
src/cmd/internal/objabi/util.go