Skip to content

Commit c6389c5

Browse files
authored
Merge pull request #568 from ojeda/ppc-code-model
rust: fix PowerPC machine model typo & value
2 parents 04b7859 + 9098d33 commit c6389c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/rust/target.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"arch": "powerpc64",
3-
"code-mode": "kernel",
3+
"code-model": "large",
44
"cpu": "ppc64le",
55
"data-layout": "e-m:e-i64:64-n32:64",
66
"env": "gnu",

0 commit comments

Comments
 (0)