On 7/25/23 5:00 PM, Mike Karels wrote:
The branch main has been updated by karels:
URL:
https://cgit.FreeBSD.org/src/commit/?id=a1b67573130114257fdd443c4ec9b54fbe2e5843
commit a1b67573130114257fdd443c4ec9b54fbe2e5843
Author: Mike Karels <[email protected]>
AuthorDate: 2023-07-25 23:59:52 +0000
Commit: Mike Karels <[email protected]>
CommitDate: 2023-07-25 23:59:52 +0000
arm64 lib32: enable building of lib32 on arm64
Enable LIB32 option on aarch64, defaulting to YES; it had defaulted
to "broken". Add required variables for how to compile lib32 on
arm. Use /usr/include/arm for armv7 (32-bit) headers, analogous to
/usr/include/i386 on amd64. Omit libomp from lib32; it is not
supported on armv7.
Reviewed by: jrtc27
Differential Revision: https://reviews.freebsd.org/D40945
Thanks!
--
John Baldwin