]> Cypherpunks repositories - gostls13.git/commit
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)
committerIan Lance Taylor <iant@golang.org>
Tue, 28 Aug 2018 05:18:00 +0000 (05:18 +0000)
commit61318d7ffe8a49e9dedc5aa8195a164a3821465c
treed1ae6cf289ff6762e94e46d879725bc2c224c02d
parent3ca3e89bb6cd158f16600fd793f8544046216330
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.

Fixes #27260

Change-Id: I081f30d5dc19281901551823f4f56be028b5f71a
Reviewed-on: https://go-review.googlesource.com/131379
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/internal/work/exec.go
src/cmd/go/testdata/script/build_cache_gomips.txt [new file with mode: 0644]