mirror of
https://github.com/realmicrosoft/windows.git
synced 2024-08-14 22:46:44 +00:00
15 lines
No EOL
351 B
JSON
15 lines
No EOL
351 B
JSON
{
|
|
"llvm-target": "powerpc-unknown-linux-gnu",
|
|
"data-layout": "E-m:e-p:32:32-i64:64-n32",
|
|
"arch": "powerpc",
|
|
"target-endian": "big",
|
|
"target-pointer-width": "32",
|
|
"target-c-int-width": "32",
|
|
"os": "none",
|
|
"panic-strategy": "abort",
|
|
"pre-link-args": {
|
|
"ld.lld": [
|
|
"--gc-sections"
|
|
]
|
|
}
|
|
} |