]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.10] 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)
committerDmitri Shuralyov <dmitshur@golang.org>
Thu, 1 Nov 2018 19:27:43 +0000 (19:27 +0000)
commit15c6cc7c67ff299d8259f7c7950ee8b49555bbfe
treef61fc8d46467930b8cf95a057d53f05bb8b33717
parente97b7d68f107ff60152f5bd5701e0286f221ee93
[release-branch.go1.10] 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 #27421

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/c/146560
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/internal/work/exec.go
src/cmd/go/testdata/script/build_cache_gomips.txt [new file with mode: 0644]