Skip to content

Commit b93d92d

Browse files
committed
Use long version optional argument
Makes it more intuitive to read the and understand the json file.
1 parent 3a202e8 commit b93d92d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

x86_64-bootloader.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"linker-flavor": "ld",
55
"linker": "ld.bfd",
66
"pre-link-args": {
7-
"ld": ["-Tlinker.ld"]
7+
"ld": [
8+
"--script=linker.ld"
9+
]
810
},
911
"target-endian": "little",
1012
"target-pointer-width": "64",

0 commit comments

Comments
 (0)