mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-17 03:03:27 +00:00
sam: remove redundant build tags
Some build tags were duplicated. This commit removes them.
This commit is contained in:
committed by
Ron Evans
parent
9a7e633997
commit
3f680b75f3
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"inherits": ["cortex-m"],
|
||||
"llvm-target": "armv6m-none-eabi",
|
||||
"build-tags": ["atsamd21e18", "atsamd21", "sam"],
|
||||
"build-tags": ["atsamd21e18a", "atsamd21e18", "atsamd21", "sam"],
|
||||
"cflags": [
|
||||
"--target=armv6m-none-eabi",
|
||||
"-Qunused-arguments"
|
||||
|
||||
Reference in New Issue
Block a user