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.
This commit is contained in:
parent
ebf0cf75d3
commit
65bd61d2fb
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ pub(crate) fn target() -> Target {
|
||||||
);
|
);
|
||||||
|
|
||||||
Target {
|
Target {
|
||||||
llvm_target: "thumbv7a-vita-eabihf".into(),
|
llvm_target: "thumbv7a-sony-vita-eabihf".into(),
|
||||||
metadata: TargetMetadata {
|
metadata: TargetMetadata {
|
||||||
description: Some(
|
description: Some(
|
||||||
"Armv7-A Cortex-A9 Sony PlayStation Vita (requires VITASDK toolchain)".into(),
|
"Armv7-A Cortex-A9 Sony PlayStation Vita (requires VITASDK toolchain)".into(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue