Page MenuHomeFreeBSD

Remove obsolete addition of MACHINE_CPUARCH
ClosedPublic

Authored by imp on Nov 5 2019, 5:53 PM.
Tags
None
Referenced Files
F109373982: D22246.id63969.diff
Tue, Feb 4, 5:46 AM
F109373900: D22246.id64015.diff
Tue, Feb 4, 5:44 AM
F109364059: D22246.diff
Tue, Feb 4, 2:35 AM
Unknown Object (File)
Fri, Jan 10, 10:51 AM
Unknown Object (File)
Thu, Jan 9, 10:41 PM
Unknown Object (File)
Jan 3 2025, 6:13 AM
Unknown Object (File)
Nov 2 2024, 3:28 AM
Unknown Object (File)
Sep 24 2024, 1:50 AM
Subscribers
None

Details

Summary

When MACHINE != MACHINE_CPUARCH, we added the latter to the ILINKS that we
created for module building. This was needed for pc98. The thinking at the time
was that we might have additional architectures where we'd have multiple
MACHINEs for a defined MACHINE_CPUARCH, as NetBSD did for all its 68k
architectures. However, FreeBSD never went that route, and NetBSD has relegated
this practicec to legacy status. Since we're unlikely to have an any more
architectures like this, and since arm64/aarch64 sets the new standard for the
project, remove this legacy of our past now that pc98 has been retired.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 27362
Build 25612: arc lint + arc unit

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Nov 6 2019, 6:54 PM
This revision was automatically updated to reflect the committed changes.