target_env should not include ABI information #78791
Labels
A-target-specs
Area: Compile-target specifications
C-bug
Category: This is a bug.
O-Arm
Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state
O-freebsd
Operating system: FreeBSD
O-netbsd
Operating system: NetBSD
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
There are a few tier-3 targets that have ABI descriptors in their
target_env
.The precedent from other targets is that these should be just "gnu" or an empty string. This came up in the RFC for
target_abi
, rust-lang/rfcs#2992 (comment), where I'd expect these targets will havetarget_abi: "eabihf"
.The text was updated successfully, but these errors were encountered: