Skip to content

Commit a40a279

Browse files
committed
fix typo in ppc target
1 parent 1f6f7f5 commit a40a279

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arch/powerpc/rust/target.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"arch": "powerpc64",
3-
"code-mode": "kernel",
43
"cpu": "ppc64le",
54
"data-layout": "e-m:e-i64:64-n32:64",
65
"env": "gnu",
@@ -27,4 +26,4 @@
2726
"target-mcount": "_mcount",
2827
"target-endian": "little",
2928
"target-pointer-width": "64"
30-
}
29+
}

0 commit comments

Comments
 (0)