1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-22 16:16:16 +04:00
rCore/kernel/x86_64-blog_os.json

21 lines
483 B
JSON
Raw Normal View History

{
"llvm-target": "x86_64-unknown-none",
"data-layout": "e-m:e-i64:64-f80:128-n8:16:32:64-S128",
2018-07-17 08:40:34 +04:00
"linker-flavor": "ld.lld",
"target-endian": "little",
"target-pointer-width": "64",
"target-c-int-width": "32",
"arch": "x86_64",
"os": "none",
"executables": true,
"linker": "rust-lld",
2018-09-18 13:04:55 +04:00
"pre-link-args": {
"ld.lld": [
"-Tsrc/arch/x86_64/linker.ld"
]
},
"disable-redzone": true,
"features": "-mmx,-sse,+soft-float",
"panic-strategy": "abort"
}