git: 1fd0fb4a67f2 - main - misc/compat15x: Add new port [why OPTIONS_EXCLUDE_aarch64=COMPAT32 ? Also: same question for compat14x ]
Mark Millard <[email protected]>
| Newsgroups | gmane.os.freebsd.stable,gmane.os.freebsd.devel.arm,gmane.os.freebsd.current |
|---|---|
| Message-ID | <[email protected]> |
Gleb Popov <arrowd_at_FreeBSD.org> wrote on Date: Sat, 13 Dec 2025 12:10:46 UTC : . . . > + > +OPTIONS_DEFINE= COMPAT32 > +OPTIONS_DEFAULT=COMPAT32 > +OPTIONS_EXCLUDE_aarch64=COMPAT32 . . . aaarch64 FreeBSD 15.* has lib32 for armv7 support and support chroot and jails for armv7. The same is true for FreeBSD 14.0 : https://www.freebsd.org/releases/14.0R/relnotes/ reports . . . QUOTE The COMPAT_LIB32 build option has been implemented for aarch64 (arm64) and is enabled by default. This provides armv7 32-bit-compatible libraries and header files for arm64 systems for building and running most armv7 32-bit binaries. f1d5183124d3 d5d97bed4ab6 a1b675731301 END QUOTE === Mark Millard marklmi at yahoo.com