Re: git: 5deeebd8c6ca - main - Merge llvm-project release/19.x llvmorg-19.1.2-0-g7ba7d8e2f7b6

From: Herbert J. Skuhra <herbert_at_gojira.at>
Date: Mon, 04 Nov 2024 21:08:50 UTC
On Mon, 04 Nov 2024 18:07:16 +0100, Dima Panov wrote:
>  
> Indeed, root of evil was hidden in devel/binutils with RELRO option enabled.
> After disabling RELRO option in binutils all lang/gcc* build are fine again.
> 
> Anyway it is a big bad regression here.
> I have RELRO enabled in binutils port fot long time and had no issues with gcc builds before this llvm19 import.

Have you tried to rebuild devel/binutils without disabling RELRO?

I have enabled RELRO and rebuilt devel/binutils and I could build
lang/gcc14 on arm64. I haven't tried the other gcc ports.