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)
Wed, Nov 6, 9:00 PM
Unknown Object (File)
Sat, Oct 19, 9:18 PM
Unknown Object (File)
Oct 13 2024, 12:49 PM
Unknown Object (File)
Oct 4 2024, 3:02 PM
Unknown Object (File)
Oct 1 2024, 12:46 PM
Unknown Object (File)
Sep 30 2024, 3:17 AM
Unknown Object (File)
Sep 29 2024, 3:12 AM
Unknown Object (File)
Sep 27 2024, 11:19 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