Re: git: 7ecd99fa424d - main - Build compiler-rt against libunwind, not libcxxrt

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Wed, 09 Mar 2022 21:45:44 UTC
On 3/9/22 1:30 PM, Dimitry Andric wrote:
> The branch main has been updated by dim:
> 
> URL: https://cgit.FreeBSD.org/src/commit/?id=7ecd99fa424df001028c5cddc52d25b29232f1af
> 
> commit 7ecd99fa424df001028c5cddc52d25b29232f1af
> Author:     Dimitry Andric <dim@FreeBSD.org>
> AuthorDate: 2022-03-09 21:23:35 +0000
> Commit:     Dimitry Andric <dim@FreeBSD.org>
> CommitDate: 2022-03-09 21:23:35 +0000
> 
>      Build compiler-rt against libunwind, not libcxxrt
>      
>      Parts of compiler-rt are also built for libgcc_eh and libgcc_s, and
>      these were already pointing to the libunwind unwind.h. For the sake of
>      consistency, also build compiler-rt itself against the libunwind
>      unwind.h, not the libcxxrt one.

Do we even need the explicit -I at all now that we install unwind.h into /usr/include?

-- 
John Baldwin