HomeFreeBSD

Rename MACHINE_ABI and TARGET_ABI

Description

Rename MACHINE_ABI and TARGET_ABI

The MACHINE_ABI and TARGET_ABI variables are used to set the middle of
the target triple (e.g., "-unknown-" or "-gnueabihf-"). They are not set
by any tool in the base system and I've only found the latter mentioned
in one review online. As such, rename them to to MACHINE_TRIPLE_ABI and
TARGET_TRIPLE_ABI to clear the way to use MACHINE_ABI as a supplement to
MACHINE_CPU, etc.

Reviewed by: imp, jhb
Obtained from: CheriBSD
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D36420

Details

Provenance
brooksAuthored on Oct 5 2022, 4:26 PM
Reviewer
imp
Differential Revision
D36420: Rename MACHINE_ABI and TARGET_ABI
Parents
rGd701f45aba19: Remove telnetd sources
Branches
Unknown
Tags
Unknown