]> git.lizzy.rs Git - loadnothing.git/blob - stage2/x86-loadnothing.json
Enable unreal mode
[loadnothing.git] / stage2 / x86-loadnothing.json
1 {
2         "llvm-target": "i586-unknown-none-code16",
3         "data-layout": "e-m:e-p:32:32-f64:32:64-f80:32-n8:16:32-S128",
4         "arch": "x86",
5         "target-endian": "little",
6         "target-pointer-width": "32",
7         "target-c-int-width": "32",
8         "os": "none",
9         "executables": true,
10         "linker-flavor": "ld.lld",
11         "linker": "rust-lld",
12         "panic-strategy": "abort",
13         "disable-redzone": true,
14         "features": "-mmx,-sse,+soft-float",
15         "cpu": "pentium",
16         "relocation-model": "static",
17         "pre-link-args": {
18                 "ld.lld": [
19                         "-Ttext=0x7e00",
20                         "-Tdata=0x7e00",
21                         "--oformat=binary"
22                 ]
23         }
24 }