Skip to content

Commit

Permalink
Regenerate target info (#1293)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 15, 2024
1 parent 31b7b54 commit 7ff29cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/target/generated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
arch: "arm",
vendor: "unknown",
os: "freebsd",
env: "gnu",
env: "",
abi: "eabihf",
unversioned_llvm_target: "armv6-unknown-freebsd-gnueabihf",
},
Expand Down Expand Up @@ -791,7 +791,7 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
arch: "arm",
vendor: "unknown",
os: "freebsd",
env: "gnu",
env: "",
abi: "eabihf",
unversioned_llvm_target: "armv7-unknown-freebsd-gnueabihf",
},
Expand Down

0 comments on commit 7ff29cd

Please sign in to comment.