Re: Why does devel/llvm18 not exclude FLANG for armv6? ( devel/llvm17 does exclude FLANG for armv6 )

From: Brooks Davis <brooks_at_freebsd.org>
Date: Tue, 06 Feb 2024 15:38:06 UTC
On Tue, Feb 06, 2024 at 02:41:32AM -0800, Mark Millard wrote:
> With "-" for llvm17 and "+" for llvm18, for some
> reason FLANG is no longer excluded for armv6
> (text from a Makefile diff):
> 
> -OPTIONS_EXCLUDE_armv6+= FLANG OPENMP
> +OPTIONS_EXCLUDE_armv6+= OPENMP
> 
> Is this deliberate?

That appears to be a local diff.  I've got:

OPTIONS_EXCLUDE_armv6+= FLANG OPENMP
OPTIONS_EXCLUDE_armv7+= FLANG OPENMP
OPTIONS_EXCLUDE_i386=   FLANG OPENMP 
OPTIONS_EXCLUDE_powerpc=        FLANG OPENMP
OPTIONS_EXCLUDE_riscv64=        LLDB

-- Brooks