]> Cypherpunks repositories - gostls13.git/commit
runtime: add missing build constraints to os_linux_{be64,noauxv,novdso,ppc64x}.go...
authorYuval Pavel Zholkover <paulzhol@gmail.com>
Wed, 7 Mar 2018 13:07:31 +0000 (15:07 +0200)
committerIan Lance Taylor <iant@golang.org>
Wed, 7 Mar 2018 14:26:19 +0000 (14:26 +0000)
commit083f3957b8266d591db4147bd03dd16874635189
tree3ba0305bb5830acf11dbbb20fdccb48b8d362528
parent9094946f0d09fbde9bc8cbb4499377e359708af4
runtime: add missing build constraints to os_linux_{be64,noauxv,novdso,ppc64x}.go files

They do not match the file name patterns of
  *_GOOS
  *_GOARCH
  *_GOOS_GOARCH
therefore the implicit linux constraint was not being added.

Change-Id: Ie506c51cee6818db445516f96fffaa351df62cf5
Reviewed-on: https://go-review.googlesource.com/99116
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/os_linux_be64.go
src/runtime/os_linux_noauxv.go
src/runtime/os_linux_novdso.go
src/runtime/os_linux_ppc64x.go