Skip to content

Commit

Permalink
Merge pull request torvalds#568 from ojeda/ppc-code-model
Browse files Browse the repository at this point in the history
rust: fix PowerPC machine model typo & value
  • Loading branch information
ojeda authored Nov 26, 2021
2 parents 04b7859 + 9098d33 commit c6389c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/rust/target.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"arch": "powerpc64",
"code-mode": "kernel",
"code-model": "large",
"cpu": "ppc64le",
"data-layout": "e-m:e-i64:64-n32:64",
"env": "gnu",
Expand Down

0 comments on commit c6389c5

Please sign in to comment.