mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 11:07:46 +00:00
4f932b6e66
This lessens the dependency on binutils (e.g. arm-none-eabi-objcopy).
12 lines
187 B
JSON
12 lines
187 B
JSON
{
|
|
"build-tags": ["avr", "js", "wasm"],
|
|
"goos": "js",
|
|
"goarch": "wasm",
|
|
"compiler": "avr-gcc",
|
|
"linker": "avr-gcc",
|
|
"ldflags": [
|
|
"-T", "targets/avr.ld",
|
|
"-Wl,--gc-sections"
|
|
]
|
|
}
|