Skip to content

Commit 9f99437

Browse files
Regenerate target info (#1342)
1 parent 45d7db7 commit 9f99437

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/target/generated.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
517517
os: "linux",
518518
env: "musl",
519519
abi: "eabi",
520-
unversioned_llvm_target: "arm-unknown-linux-gnueabi",
520+
unversioned_llvm_target: "arm-unknown-linux-musleabi",
521521
},
522522
),
523523
(
@@ -529,7 +529,7 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
529529
os: "linux",
530530
env: "musl",
531531
abi: "eabihf",
532-
unversioned_llvm_target: "arm-unknown-linux-gnueabihf",
532+
unversioned_llvm_target: "arm-unknown-linux-musleabihf",
533533
},
534534
),
535535
(
@@ -685,7 +685,7 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
685685
os: "linux",
686686
env: "musl",
687687
abi: "eabi",
688-
unversioned_llvm_target: "armv5te-unknown-linux-gnueabi",
688+
unversioned_llvm_target: "armv5te-unknown-linux-musleabi",
689689
},
690690
),
691691
(
@@ -829,7 +829,7 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
829829
os: "linux",
830830
env: "musl",
831831
abi: "eabi",
832-
unversioned_llvm_target: "armv7-unknown-linux-gnueabi",
832+
unversioned_llvm_target: "armv7-unknown-linux-musleabi",
833833
},
834834
),
835835
(
@@ -841,7 +841,7 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
841841
os: "linux",
842842
env: "musl",
843843
abi: "eabihf",
844-
unversioned_llvm_target: "armv7-unknown-linux-gnueabihf",
844+
unversioned_llvm_target: "armv7-unknown-linux-musleabihf",
845845
},
846846
),
847847
(
@@ -2617,7 +2617,7 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
26172617
os: "linux",
26182618
env: "musl",
26192619
abi: "eabihf",
2620-
unversioned_llvm_target: "armv7-unknown-linux-gnueabihf",
2620+
unversioned_llvm_target: "armv7-unknown-linux-musleabihf",
26212621
},
26222622
),
26232623
(

0 commit comments

Comments
 (0)