mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 04:53:42 +00:00
build: drop deprecated build tags
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
//go:build !wasi && !darwin
|
||||
// +build !wasi,!darwin
|
||||
|
||||
package syscall
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build baremetal || wasm
|
||||
// +build baremetal wasm
|
||||
|
||||
// This file emulates some file-related functions that are only available
|
||||
// under a real operating system.
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build !baremetal && !wasm
|
||||
// +build !baremetal,!wasm
|
||||
|
||||
// This file assumes there is a libc available that runs on a real operating
|
||||
// system.
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//go:build darwin || linux
|
||||
// +build darwin linux
|
||||
|
||||
package syscall_test
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build baremetal || wasi || wasm
|
||||
// +build baremetal wasi wasm
|
||||
|
||||
// This file emulates some process-related functions that are only available
|
||||
// under a real operating system.
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build !baremetal && !wasi && !wasm
|
||||
// +build !baremetal,!wasi,!wasm
|
||||
|
||||
// This file assumes there is a libc available that runs on a real operating
|
||||
// system.
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build darwin || nintendoswitch || wasi
|
||||
// +build darwin nintendoswitch wasi
|
||||
|
||||
package syscall
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build darwin
|
||||
// +build darwin
|
||||
|
||||
package syscall
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build darwin
|
||||
// +build darwin
|
||||
|
||||
package syscall
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build darwin
|
||||
// +build darwin
|
||||
|
||||
package syscall
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build nintendoswitch
|
||||
// +build nintendoswitch
|
||||
|
||||
package syscall
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build wasi
|
||||
// +build wasi
|
||||
|
||||
package syscall
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build baremetal || js
|
||||
// +build baremetal js
|
||||
|
||||
package syscall
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//go:build baremetal || nintendoswitch || js
|
||||
// +build baremetal nintendoswitch js
|
||||
|
||||
package syscall
|
||||
|
||||
|
||||
Reference in New Issue
Block a user