Skip to content

Commit

Permalink
Regenerate target info (#1342)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 3, 2025
1 parent 45d7db7 commit 9f99437
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/target/generated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
os: "linux",
env: "musl",
abi: "eabi",
unversioned_llvm_target: "arm-unknown-linux-gnueabi",
unversioned_llvm_target: "arm-unknown-linux-musleabi",
},
),
(
Expand All @@ -529,7 +529,7 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
os: "linux",
env: "musl",
abi: "eabihf",
unversioned_llvm_target: "arm-unknown-linux-gnueabihf",
unversioned_llvm_target: "arm-unknown-linux-musleabihf",
},
),
(
Expand Down Expand Up @@ -685,7 +685,7 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
os: "linux",
env: "musl",
abi: "eabi",
unversioned_llvm_target: "armv5te-unknown-linux-gnueabi",
unversioned_llvm_target: "armv5te-unknown-linux-musleabi",
},
),
(
Expand Down Expand Up @@ -829,7 +829,7 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
os: "linux",
env: "musl",
abi: "eabi",
unversioned_llvm_target: "armv7-unknown-linux-gnueabi",
unversioned_llvm_target: "armv7-unknown-linux-musleabi",
},
),
(
Expand All @@ -841,7 +841,7 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
os: "linux",
env: "musl",
abi: "eabihf",
unversioned_llvm_target: "armv7-unknown-linux-gnueabihf",
unversioned_llvm_target: "armv7-unknown-linux-musleabihf",
},
),
(
Expand Down Expand Up @@ -2617,7 +2617,7 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
os: "linux",
env: "musl",
abi: "eabihf",
unversioned_llvm_target: "armv7-unknown-linux-gnueabihf",
unversioned_llvm_target: "armv7-unknown-linux-musleabihf",
},
),
(
Expand Down

0 comments on commit 9f99437

Please sign in to comment.