Skip to content

Commit c96e1fb

Browse files
committed
Fix relocation-model field name
1 parent ce64f2e commit c96e1fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x86_64-bootloader.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
"features": "-mmx,-sse,+soft-float",
1818
"disable-redzone": true,
1919
"panic-strategy": "abort",
20-
"executables": true
20+
"executables": true,
21+
"relocation-model": "static"
2122
}

0 commit comments

Comments
 (0)