]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/avr.json
Auto merge of #105651 - tgross35:once-cell-inline, r=m-ou-se
[rust.git] / src / tools / miri / tests / avr.json
1 {
2   "arch": "avr",
3   "cpu": "atmega328p",
4   "data-layout": "e-P1-p:16:8-i8:8-i16:8-i32:8-i64:8-f32:8-f64:8-n8-a:8",
5   "env": "",
6   "executables": true,
7   "linker": "avr-gcc",
8   "linker-flavor": "gcc",
9   "linker-is-gnu": true,
10   "llvm-target": "avr-unknown-unknown",
11   "os": "unknown",
12   "position-independent-executables": false,
13   "exe-suffix": ".elf",
14   "eh-frame-header": false,
15   "pre-link-args": {
16     "gcc": ["-mmcu=atmega328p"]
17   },
18   "late-link-args": {
19     "gcc": ["-lgcc"]
20   },
21   "target-c-int-width": "16",
22   "target-endian": "little",
23   "target-pointer-width": "16",
24   "vendor": "unknown"
25 }