tinygo/targets/avr.json
Ayke van Laethem 4f932b6e66 all: use internal objcopy implementation
This lessens the dependency on binutils (e.g. arm-none-eabi-objcopy).
2019-03-04 21:17:56 +01:00

11 строки
187 Б
JSON

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