Install unwind.h into /usr/include
Install headers from LLVM's libunwind in place of the headers from libcxxrt and allow C applications to use the library. As part of this, remove include/unwind.h and switch libthr over to using the installed unwind.h. Reviewed by: dim, emaste MFC after: 10 days Differential Revision: https://reviews.freebsd.org/D34065
This commit is contained in:
committed by
Dimitry Andric
parent
946585179d
commit
c00d345665
@@ -52,6 +52,11 @@
|
||||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20220210: unwind.h moved to /usr/include
|
||||
OLD_FILES+=usr/include/c++/v1/unwind-arm.h
|
||||
OLD_FILES+=usr/include/c++/v1/unwind-itanium.h
|
||||
OLD_FILES+=usr/include/c++/v1/unwind.h
|
||||
|
||||
# 20220128: mips pmc events removed
|
||||
OLD_FILES+=usr/share/man/man3/pmc.mips24k.3
|
||||
OLD_FILES+=usr/share/man/man3/pmc.octeon.3
|
||||
|
||||
Reference in New Issue
Block a user