Re: arm64 system clang & llvm

From: void <void_at_f-m.fm>
Date: Tue, 30 Jan 2024 21:02:18 UTC
Hi Mark,

On Tue, Jan 30, 2024 at 09:14:22AM -0800, Mark Millard wrote:
>
>#Disables avoiding bootstrap: WITHOUT_LLVM_TARGET_ALL=

this means (if it's uncommented) it doesn't avoid bootstrap?

>MALLOC_PRODUCTION=
>WITH_MALLOC_PRODUCTION=

aren't these the same thing? (for -current context)

>WITHOUT_ASSERT_DEBUG=
>WITHOUT_LLVM_ASSERTIONS=
>
>
>(I've not validated the comment in a very long time.
>There used to be the odd side effect on when bootstrap
>builds happened.)
>
>As FreeBSD main [so: 15] has lib32 support by default
>these days, does your aarch64 hardware support
>AArch32/armv7 code, at least for EL0? 

What's EL0?

WITHOUT_LIB32= is also in src.conf
--