32 lines
897 B
Rust
32 lines
897 B
Rust
|
{
|
||
|
"arch": "x86",
|
||
|
"code-model": "kernel",
|
||
|
"cpu": "i686",
|
||
|
"crt-objects-fallback": "false",
|
||
|
"data-layout": "e-m:e-p:32:32-p270:32:32-p271:32:32-p272:64:64-i128:128-f64:32:64-f80:32-n8:16:32-S128",
|
||
|
"disable-redzone": true,
|
||
|
"features": "-mmx,-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2,+soft-float",
|
||
|
"linker": "rust-lld",
|
||
|
"linker-flavor": "gnu-lld",
|
||
|
"llvm-target": "i686-unknown-none-elf",
|
||
|
"max-atomic-width": 32,
|
||
|
"metadata": {
|
||
|
"description": "Freestanding/bare-metal i686 softfloat",
|
||
|
"host_tools": false,
|
||
|
"std": false,
|
||
|
"tier": 2
|
||
|
},
|
||
|
"panic-strategy": "abort",
|
||
|
"plt-by-default": false,
|
||
|
"position-independent-executables": true,
|
||
|
"relro-level": "full",
|
||
|
"stack-probes": {
|
||
|
"kind": "inline"
|
||
|
},
|
||
|
"static-position-independent-executables": true,
|
||
|
"supported-sanitizers": [
|
||
|
"kcfi",
|
||
|
"kernel-address"
|
||
|
],
|
||
|
"target-pointer-width": "32"
|
||
|
}
|