mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 12:56:48 +00:00
17 lines
537 B
JSON
17 lines
537 B
JSON
{
|
|
"llvm-target": "x86_64-unknown-none",
|
|
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128",
|
|
"code-model": "kernel",
|
|
"cpu": "x86-64",
|
|
"arch": "x86_64",
|
|
"target-endian": "little",
|
|
"target-pointer-width": "64",
|
|
"target-c-int-width": "32",
|
|
"os": "none",
|
|
"executables": true,
|
|
"linker-flavor": "ld.lld",
|
|
"linker": "rust-lld",
|
|
"disable-redzone": true,
|
|
"features": "-mmx,-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-3dnow,-3dnowa,-avx,-avx2,+soft-float"
|
|
}
|