Files
tinygo/targets/avr.json
T
2018-11-22 16:20:10 +01:00

11 lines
180 B
JSON

{
"build-tags": ["avr", "js", "wasm"],
"compiler": "avr-gcc",
"linker": "avr-gcc",
"objcopy": "avr-objcopy",
"ldflags": [
"-T", "targets/avr.ld",
"-Wl,--gc-sections"
]
}