Skip to content

Commit 1b95736

Browse files
committed
Set relocation model to static
1 parent 9ca6de1 commit 1b95736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

real_mode/x86_64-bootloader-real-mode.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"max-atomic-width": 64,
1616
"position-independent-executables": false,
1717
"disable-redzone": true,
18-
"relro-level": "full",
1918
"target-c-int-width": "32",
2019
"target-pointer-width": "32",
2120
"target-endian": "little",
2221
"panic-strategy": "abort",
2322
"os": "none",
24-
"vendor": "unknown"
23+
"vendor": "unknown",
24+
"relocation_model": "static"
2525
}

0 commit comments

Comments
 (0)