33 lines
679 B
JSON
33 lines
679 B
JSON
|
{
|
||
|
"arch": "avr",
|
||
|
"cpu": "atmega328p",
|
||
|
"data-layout": "e-P1-p:16:8-i8:8-i16:8-i32:8-i64:8-f32:8-f64:8-n8-a:8",
|
||
|
"env": "",
|
||
|
"executables": true,
|
||
|
"linker": "avr-gcc",
|
||
|
"linker-flavor": "gcc",
|
||
|
"linker-is-gnu": true,
|
||
|
"llvm-target": "avr-unknown-unknown",
|
||
|
"no-compiler-rt": true,
|
||
|
"os": "unknown",
|
||
|
"position-independent-executables": false,
|
||
|
"exe-suffix": ".elf",
|
||
|
"eh-frame-header": false,
|
||
|
"pre-link-args": {
|
||
|
"gcc": [
|
||
|
"-Os",
|
||
|
"-mmcu=atmega328p"
|
||
|
]
|
||
|
},
|
||
|
"late-link-args": {
|
||
|
"gcc": [
|
||
|
"-lc",
|
||
|
"-lgcc"
|
||
|
]
|
||
|
},
|
||
|
"target-c-int-width": "16",
|
||
|
"target-endian": "little",
|
||
|
"target-pointer-width": "16",
|
||
|
"vendor": "unknown"
|
||
|
}
|