update v2
This commit is contained in:
22
kernel/i686-aios.json
Normal file
22
kernel/i686-aios.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"llvm-target": "i686-unknown-none",
|
||||
"target-endian": "little",
|
||||
"target-pointer-width": "32",
|
||||
"target-c-int-width": "32",
|
||||
"data-layout": "e-m:e-p:32:32-f64:32:64-f80:32-n8:16:32-S128",
|
||||
"arch": "x86",
|
||||
"os": "none",
|
||||
"env": "",
|
||||
"vendor": "unknown",
|
||||
"linker-flavor": "ld.lld",
|
||||
"linker": "rust-lld",
|
||||
"panic-strategy": "abort",
|
||||
"disable-redzone": true,
|
||||
"features": "-mmx,-sse,-sse2",
|
||||
"executables": true,
|
||||
"relocation-model": "static",
|
||||
"code-model": "small",
|
||||
"pre-link-args": {
|
||||
"ld.lld": ["-Tkernel.ld"]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user