Skip to content

Commit 65bd61d

Browse files
committed
Fix armv7-sony-vita-newlibeabihf LLVM target triple
It was previously normalized by LLVM to `thumbv7a-vita-unknown-eabihf`, which is probably wrong, as Vita is the OS.
1 parent ebf0cf7 commit 65bd61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_target/src/spec/targets/armv7_sony_vita_newlibeabihf.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub(crate) fn target() -> Target {
1515
);
1616

1717
Target {
18-
llvm_target: "thumbv7a-vita-eabihf".into(),
18+
llvm_target: "thumbv7a-sony-vita-eabihf".into(),
1919
metadata: TargetMetadata {
2020
description: Some(
2121
"Armv7-A Cortex-A9 Sony PlayStation Vita (requires VITASDK toolchain)".into(),

0 commit comments

Comments
 (0)