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.
Differential D45089
aarch64: disable LIB32 with gcc brooks on May 3 2024, 10:23 PM. Authored by Tags None Referenced Files
Details
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
Diff Detail
Event TimelineComment Actions The easiest way to address this would probably be a cross toolchain wrapper script that picks the right compiler when -m32 is on the command line, but just disabling it for now seems reasonable. (I'm trying to test make tinderbox with gcc13 and this was one of the issues I encountered.)
Comment Actions
Comment Actions I've created a tracking bug https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278879. |