]> git.lizzy.rs Git - loadnothing.git/blobdiff - stage2/x86-loadnothing.json
Define linker memory origin flags in the target .json
[loadnothing.git] / stage2 / x86-loadnothing.json
index 556f46e0946f6cd1714b1e63c2872fd8cd7cf2cb..973ff9080aa36b2fc56572e6cff37aba1e9af373 100644 (file)
        "disable-redzone": true,
        "features": "-mmx,-sse,+soft-float",
        "cpu": "pentium",
-       "relocation-model": "static"
+       "relocation-model": "static",
+       "pre-link-args": {
+               "ld.lld": [
+                       "-Ttext=0x7e00",
+                       "-Tdata=0x7e00",
+                       "--oformat=binary"
+               ]
+       }
 }