Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2024 20:46:02 -0700
From:      Mark Millard <marklmi@yahoo.com>
To:        FreeBSD Mailing List <freebsd-ports@freebsd.org>, Brooks Davis <brooks@FreeBSD.org>
Subject:   RE: git: f3785e527f7f - main - devel/llvm19: update to 19.1.0-rc4
Message-ID:  <3684C49F-2637-4657-BEF1-9E56C73AEF87@yahoo.com>
References:  <3684C49F-2637-4657-BEF1-9E56C73AEF87.ref@yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Brooks Davis <brooks_at_FreeBSD.org> wrote on
Date: Tue, 03 Sep 2024 21:39:09 UTC :

> The branch main has been updated by brooks:
>=20
> URL: =
https://cgit.FreeBSD.org/ports/commit/?id=3Df3785e527f7f924b78c7b9049db40f=
aa1ba0c095
>=20
> commit f3785e527f7f924b78c7b9049db40faa1ba0c095
> Author: Brooks Davis <brooks@FreeBSD.org>
> AuthorDate: 2024-09-03 21:30:27 +0000
> Commit: Brooks Davis <brooks@FreeBSD.org>
> CommitDate: 2024-09-03 21:38:28 +0000
>=20
> devel/llvm19: update to 19.1.0-rc4
>=20
> arm_bf16.h is installed by the ARM backend as well as AArch64 so =
handle
> that.
>=20
> Patch out upstream 6d7e428df611 which traded a false negative for a
> false positive when compiling compiler-rt for i386.
>=20
> Fix default options for 32-bit powerpc arches.
. . .

For some reason 'powerpcspe' (the freebsd name) only seems
to show up in/at:

OPTIONS_DEFAULT_powerpc=3D	BE_NATIVE
OPTIONS_DEFAULT_powerpcspe=3D	BE_NATIVE

What of matching the other *_powerpc=3D / *_powerpc+=3D examples:

. . .
OPTIONS_DEFINE_powerpc=3D	GOLD
. . .
OPTIONS_DEFAULT_powerpc+=3D	GOLD
. . .
OPTIONS_EXCLUDE_powerpc=3D ${_OPTIONS_EXCLUDE_ptr32}
. . .

If there are reasons for *__powerpcspe to not match
_powerpc for any of these, I do not know them. Both
are 32-bit contexts as I understand. But I've not
been involved with powerpc*'s for years now.


=3D=3D=3D
Mark Millard
marklmi at yahoo.com




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3684C49F-2637-4657-BEF1-9E56C73AEF87>