Files
rust-ps2/ps2.json
2021-12-25 08:20:21 -03:00

26 lines
652 B
JSON

{
"arch": "mips",
"cpu": "mips2",
"data-layout": "e-m:m-p:32:32-i8:8:32-i16:16:32-i64:64-n32-S64",
"executables": true,
"features": "+mips2",
"is-builtin": false,
"linker": "mips64el-none-elf-ld",
"linker-flavor": "ld",
"llvm-target": "mipsel-none-elf",
"max-atomic-width": 32,
"os": "none",
"position-independent-executables": false,
"relro-level": "full",
"target-c-int-width": "32",
"target-endian": "little",
"target-pointer-width": "32",
"vendor": "unknown",
"post-link-args": {
"ld": [
"-Tlinkfile.ld"
]
},
"relocation-model": "static"
}