Skip to content

Commit ce64f2e

Browse files
committed
Remove unused relocation_model field in target json file
1 parent 3687496 commit ce64f2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x86_64-bootloader.json

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

0 commit comments

Comments
 (0)