mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-07 20:43:40 +00:00
all: use baremetal build tag
This simplifies adding more baremetal targets, like a GameBoy Advance, or baremetal x86 for unikernels.
This commit is contained in:
committed by
Ron Evans
parent
f76385850d
commit
54169c714f
@@ -1,4 +1,4 @@
|
||||
// +build avr cortexm
|
||||
// +build baremetal
|
||||
|
||||
package syscall
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build avr cortexm
|
||||
// +build baremetal
|
||||
|
||||
package syscall
|
||||
|
||||
|
||||
Reference in New Issue
Block a user