]> Cypherpunks.ru repositories - gostls13.git/blobdiff - misc/cgo/test/issue9400/asm_mips64x.s
misc/cgo: remove +build lines, add go:build where needed
[gostls13.git] / misc / cgo / test / issue9400 / asm_mips64x.s
index 693231ddfe1b94a8cd896cd3a29aaff2b3d52a94..1f492eafe9f1d0dbc4cbfe40b3293436d24a5ae9 100644 (file)
@@ -2,8 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// +build mips64 mips64le
-// +build gc
+//go:build (mips64 || mips64le) && gc
 
 #include "textflag.h"