Add necessary bits to detect ELF format on Linux/aarch64; note that
Linux calls it aarch64 where we would typically call it arm64 (uname -m)
Sponsored by: Klara, Inc.
Differential D32542
Fix cross-building on Linux/aarch64 kevans on Oct 18 2021, 2:28 AM. Authored by Tags None Referenced Files
Subscribers
Details Add necessary bits to detect ELF format on Linux/aarch64; note that Sponsored by: Klara, Inc.
Diff Detail
Event TimelineComment Actions I have other comments on the makefile since it seems to confuse machine and machine_arch in the terminology. But that's beyond the scope of this change... Comment Actions A lot of that makefile is a bit confusing since I tried to get things to work without understanding everything... But since this fixed the build LGTM.
|