Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

Commit f01e228

Browse files
authored
Use new syntax for passing pre-link args
1 parent 8834efc commit f01e228

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

x86_64-unknown-intermezzos-gnu.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
"target-endian": "little",
1111
"target-pointer-width": "64",
1212
"features": "-mmx,-fxsr,-sse,-sse2,+soft-float",
13-
"pre-link-args": ["-Tlayout.ld", "-Wl,-n", "-nostartfiles"],
13+
"pre-link-args": {
14+
"gcc": ["-Tlayout.ld", "-Wl,-n", "-nostartfiles"]
15+
},
1416
"disable-redzone": true,
1517
"eliminate-frame-pointer": false
1618
}

0 commit comments

Comments
 (0)