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

Commit 93e8684

Browse files
authored
Merge pull request #112 from hawkw/patch-1
Update x86_64-unknown-intermezzos-gnu.json to work with recent changes
2 parents f959cc1 + f01e228 commit 93e8684

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

x86_64-unknown-intermezzos-gnu.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@
33
"cpu": "x86-64",
44
"data-layout": "e-m:e-i64:64-f80:128-n8:16:32:64-S128",
55
"executables": true,
6+
"linker-flavor": "gcc",
67
"llvm-target": "x86_64-unknown-none-gnu",
78
"no-compiler-rt": true,
89
"os": "intermezzos",
910
"target-endian": "little",
1011
"target-pointer-width": "64",
1112
"features": "-mmx,-fxsr,-sse,-sse2,+soft-float",
12-
"pre-link-args": ["-Tlayout.ld", "-Wl,-n", "-nostartfiles"],
13+
"pre-link-args": {
14+
"gcc": ["-Tlayout.ld", "-Wl,-n", "-nostartfiles"]
15+
},
1316
"disable-redzone": true,
1417
"eliminate-frame-pointer": false
1518
}

0 commit comments

Comments
 (0)