Build compiler-rt against libunwind, not libcxxrt
authorDimitry Andric <dim@FreeBSD.org>
Wed, 9 Mar 2022 21:23:35 +0000 (22:23 +0100)
committerDimitry Andric <dim@FreeBSD.org>
Wed, 9 Mar 2022 21:23:35 +0000 (22:23 +0100)
commit7ecd99fa424df001028c5cddc52d25b29232f1af
tree69da90410f25671b3640df4e4c312545174a3d9a
parent56aaed388b0a177b9defb4e6ecb8a716abb3cf33
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.

MFC after: 3 days
lib/libcompiler_rt/Makefile