Page MenuHomeFreeBSD

Rename MACHINE_ABI and TARGET_ABI
ClosedPublic

Authored by brooks on Sep 1 2022, 10:25 PM.
Tags
None
Referenced Files
F166362263: D36420.id111123.diff
Thu, Aug 13, 3:40 AM
Unknown Object (File)
Tue, Aug 11, 1:46 AM
Unknown Object (File)
Mon, Aug 10, 9:50 PM
Unknown Object (File)
Mon, Aug 10, 2:10 PM
Unknown Object (File)
Sat, Aug 8, 7:36 PM
Unknown Object (File)
Sat, Aug 8, 5:38 PM
Unknown Object (File)
Sat, Aug 8, 5:38 PM
Unknown Object (File)
Sat, Aug 8, 3:15 PM
Subscribers

Details

Summary

The MACHINE_ABI and TARGET_ABI variables are used to set the middle of
the target triple (e.g., "-unknown-" or "-gnueabihf-"). The 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 suplement to
MACHINE_CPU, etc.

Obtained from: CheriBSD
Sponsored by: DARPA, AFRL

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

They're not exported so they can't be being used elsewhere

UPDATING
35 ↗(On Diff #110062)

Needed? Is this really something people set?

UPDATING
35 ↗(On Diff #110062)

I doubt it, but maybe there's someone setting them to undermydesk or the like (as always, see https://xkcd.com/1172/ :). Happy to drop this, but in the unlikely event someone is using them it makes the change discoverable.

This revision is now accepted and ready to land.Sep 30 2022, 8:49 PM
This revision was automatically updated to reflect the committed changes.