]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.11] cmd/go: add GOMIPS value to build id for mipsle
authorIan Lance Taylor <iant@golang.org>
Mon, 27 Aug 2018 03:38:43 +0000 (20:38 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 27 Sep 2018 22:04:44 +0000 (22:04 +0000)
commit7544ac632ff5a3272c09ae81042c18e5df60f434
tree8944f3c2d040484d4fed1881871426400fa5ef3d
parent05a0c7b4c60e240e521b0840c786cacd69221e68
[release-branch.go1.11] cmd/go: add GOMIPS value to build id for mipsle

Strip a trailing "le" from the GOARCH value when calculating the GOxxx
environment variable that affects it.

Updates #27260
Fixes #27420

Change-Id: I081f30d5dc19281901551823f4f56be028b5f71a
Reviewed-on: https://go-review.googlesource.com/131379
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
(cherry picked from commit 61318d7ffe8a49e9dedc5aa8195a164a3821465c)
Reviewed-on: https://go-review.googlesource.com/138176
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/internal/work/exec.go
src/cmd/go/testdata/script/build_cache_gomips.txt [new file with mode: 0644]