HomeFreeBSD

aarch64: disable LIB32 with gcc

Description

aarch64: disable LIB32 with gcc

gcc doesn't have -m32 support on aarch64 so mark LIB32 broken there.

We have to check both COMPILER_TYPE and X_COMPILER_TYPE becuase
X_COMPILER_TYPE is only conditionally set and COMPILER_TYPE is the host
compiler in Makefile.inc1.

Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D45089

Details

Provenance
brooksAuthored on May 17 2024, 3:47 PM
Reviewer
emaste
Differential Revision
D45089: aarch64: disable LIB32 with gcc
Parents
rG4f8ba1c9dd00: arm64: add CONTEXTIDR_EL1 reg
Branches
Unknown
Tags
Unknown