generated project
This commit is contained in:
41
avr-specs/avr-atmega8.json
Normal file
41
avr-specs/avr-atmega8.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"arch": "avr",
|
||||
"atomic-cas": false,
|
||||
"cpu": "atmega8",
|
||||
"crt-objects-fallback": "false",
|
||||
"data-layout": "e-P1-p:16:8-i8:8-i16:8-i32:8-i64:8-f32:8-f64:8-n8-a:8",
|
||||
"eh-frame-header": false,
|
||||
"exe-suffix": ".elf",
|
||||
"late-link-args": {
|
||||
"gnu-cc": [
|
||||
"-lgcc"
|
||||
],
|
||||
"gnu-lld-cc": [
|
||||
"-lgcc"
|
||||
]
|
||||
},
|
||||
"linker": "avr-gcc",
|
||||
"linker-flavor": "gnu-cc",
|
||||
"llvm-target": "avr-unknown-unknown",
|
||||
"max-atomic-width": 8,
|
||||
"metadata": {
|
||||
"description": null,
|
||||
"host_tools": null,
|
||||
"std": null,
|
||||
"tier": null
|
||||
},
|
||||
"no-default-libraries": false,
|
||||
"pre-link-args": {
|
||||
"gnu-cc": [
|
||||
"-mmcu=atmega8",
|
||||
"-Wl,--as-needed,--print-memory-usage"
|
||||
],
|
||||
"gnu-lld-cc": [
|
||||
"-mmcu=atmega8",
|
||||
"-Wl,--as-needed,--print-memory-usage"
|
||||
]
|
||||
},
|
||||
"relocation-model": "static",
|
||||
"target-c-int-width": "16",
|
||||
"target-pointer-width": "16"
|
||||
}
|
||||
Reference in New Issue
Block a user