Skip to content

Commit

Permalink
Auto merge of #132764 - MikaelUrankar:freebsd_armv7, r=workingjubilee
Browse files Browse the repository at this point in the history
Drop "gnu" in the target env for FreeBSD armv6/7

FreeBSD is not a GNU system
  • Loading branch information
bors committed Nov 8, 2024
2 parents 59cec72 + f7580c6 commit 328b759
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ pub(crate) fn target() -> Target {
arch: "arm".into(),
options: TargetOptions {
abi: "eabihf".into(),
env: "gnu".into(),
features: "+v6,+vfp2,-d32".into(),
max_atomic_width: Some(64),
mcount: "\u{1}__gnu_mcount_nc".into(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ pub(crate) fn target() -> Target {
arch: "arm".into(),
options: TargetOptions {
abi: "eabihf".into(),
env: "gnu".into(),
features: "+v7,+vfp3,-d32,+thumb2,-neon".into(),
max_atomic_width: Some(64),
mcount: "\u{1}__gnu_mcount_nc".into(),
Expand Down

0 comments on commit 328b759

Please sign in to comment.