]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: make raceDetectorSupported an exact copy of cmd/internal/sys.RaceDetectorSu...
authorTobias Klauser <tklauser@distanz.ch>
Tue, 11 Sep 2018 12:27:41 +0000 (14:27 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Wed, 12 Sep 2018 18:26:21 +0000 (18:26 +0000)
commitc56dcd5fc7cd926b9d4a9c96a699a12f832317f1
treeba169f0f3e597c439c5dd5b1faf22e6cfdda37cb
parent178a609fed5fba5abaeead485f7b2795b8c4ea3c
cmd/dist: make raceDetectorSupported an exact copy of cmd/internal/sys.RaceDetectorSupported

The comment states that cmd/internal/sys.RaceDetectorSupported is a copy,
so make the two identical. No functional difference, since ppce64le is
only supported on linux anyway.

Change-Id: Id3e4d445fb700b9b3bb53bf15ea05b8911b4f95e
Reviewed-on: https://go-review.googlesource.com/134595
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/dist/test.go