26 lines
764 B
JSON
26 lines
764 B
JSON
|
{
|
||
|
"llvm-target": "i686-unknown-none",
|
||
|
"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",
|
||
|
"arch": "x86",
|
||
|
"target-endian": "little",
|
||
|
"target-pointer-width": "32",
|
||
|
"target-c-int-width": "32",
|
||
|
"os": "none",
|
||
|
"executables": true,
|
||
|
"linker-flavor": "gcc",
|
||
|
"linker": "i686-elf-gcc",
|
||
|
"panic-strategy": "abort",
|
||
|
"disable-redzone": true,
|
||
|
"features": "-sse,+soft-float",
|
||
|
"dynamic-linking": false,
|
||
|
"relocation-model": "pic",
|
||
|
"code-model": "kernel",
|
||
|
"exe-suffix": ".elf",
|
||
|
"has-rpath": false,
|
||
|
"no-default-libraries": true,
|
||
|
"position-independent-executables": false,
|
||
|
"pre-link-args": {
|
||
|
"gcc": ["-T", "../linker.ld", "-ffreestanding", "-nostdlib", "-lgcc", "../build/boot.o"]
|
||
|
}
|
||
|
}
|