]> Cypherpunks repositories - gostls13.git/commit
runtime/cgo: restore correct build tags for linux/mips*
authorJoel Sing <joel@sing.id.au>
Fri, 17 Feb 2023 18:45:34 +0000 (05:45 +1100)
committerJoel Sing <joel@sing.id.au>
Sat, 18 Feb 2023 05:22:26 +0000 (05:22 +0000)
commit169203f3ee022abf66647abc99fd483fd10f9a54
treef03ab275ec79ae3770850111cc9dcc57c2c174cf
parent7e5906a57d92e8afe8a6bb3f5d4c19d0e920ab9a
runtime/cgo: restore correct build tags for linux/mips*

The linux build tags were incorrectly removed from these files by CL 460538.
Restore the correct build tags so that they are only included in builds
for linux/mips* platforms.

Change-Id: I21d8802b0252688d8e2228cf904b47d90b253485
Reviewed-on: https://go-review.googlesource.com/c/go/+/469175
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Joel Sing <joel@sing.id.au>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/runtime/cgo/gcc_linux_mips64x.c
src/runtime/cgo/gcc_linux_mipsx.c