diff options
Diffstat (limited to 'targets/cortex-m.json')
-rw-r--r-- | targets/cortex-m.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/targets/cortex-m.json b/targets/cortex-m.json index cc09e0d67..406239bb0 100644 --- a/targets/cortex-m.json +++ b/targets/cortex-m.json @@ -1,7 +1,7 @@ { - "build-tags": ["tinygo.arm", "js", "wasm"], - "goos": "js", - "goarch": "wasm", + "build-tags": ["cortexm", "linux", "arm"], + "goos": "linux", + "goarch": "arm", "compiler": "clang-8", "gc": "marksweep", "linker": "arm-none-eabi-ld", |