Page MenuHomeFreeBSD

elftoolchain: Support building on Arm-based Macs
ClosedPublic

Authored by jrtc27 on Mar 20 2021, 4:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 18, 12:13 PM
Unknown Object (File)
Tue, Apr 16, 8:26 AM
Unknown Object (File)
Sun, Apr 14, 3:04 PM
Unknown Object (File)
Sun, Apr 14, 2:51 PM
Unknown Object (File)
Sun, Apr 14, 1:44 PM
Unknown Object (File)
Wed, Apr 10, 5:24 AM
Unknown Object (File)
Mon, Apr 1, 6:19 AM
Unknown Object (File)
Mar 10 2024, 3:44 PM
Subscribers

Details

Summary

Currently macOS and DragonFlyBSD get their own special case and only
handle x86. Since all the FreeBSD cases should be general enough for
macOS and DragonFlyBSD (and the x86 ones are identical to the existing
ones) we can just delete the special cases and reuse the FreeBSD ones.

Note that upstream has since removed all the architecture-specific
checks in this file, with the only code relevant to us being an
endianness check that uses the generic compiler-provided macros. Thus
this patch will not be upstreamed, and will be dropped in a future
vendor import.

Diff Detail

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