mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-07 04:23:41 +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
-1
@@ -1,4 +1,4 @@
|
||||
// +build !stm32f4disco,!hifive1b
|
||||
// +build avr nrf sam stm32,!stm32f4disco
|
||||
|
||||
package machine
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// +build !avr,!nrf,!sam,!sifive,!stm32
|
||||
// +build !baremetal
|
||||
|
||||
package machine
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// +build !stm32f407,!avr,!hifive1b
|
||||
// +build nrf sam stm32,!stm32f407
|
||||
|
||||
package machine
|
||||
|
||||
|
||||
Reference in New Issue
Block a user