Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Feb 2024 15:38:06 +0000
From:      Brooks Davis <brooks@freebsd.org>
To:        Mark Millard <marklmi@yahoo.com>
Cc:        FreeBSD Toolchain <freebsd-toolchain@freebsd.org>, FreeBSD Mailing List <freebsd-ports@freebsd.org>
Subject:   Re: Why does devel/llvm18 not exclude FLANG for armv6? ( devel/llvm17 does exclude FLANG for armv6 )
Message-ID:  <ZcJSXpBKoD7NcknB@spindle.one-eyed-alien.net>
In-Reply-To: <12936410-1020-48E2-BC7B-8D7EF31E6AE9@yahoo.com>
References:  <12936410-1020-48E2-BC7B-8D7EF31E6AE9.ref@yahoo.com> <12936410-1020-48E2-BC7B-8D7EF31E6AE9@yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ZcJSXpBKoD7NcknB>