Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140151981
D34005.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D34005.diff
View Options
Index: ObsoleteFiles.inc
===================================================================
--- ObsoleteFiles.inc
+++ ObsoleteFiles.inc
@@ -52,6 +52,11 @@
# xargs -n1 | sort | uniq -d;
# done
+# 2022mmdd: unwind headers 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
+
# 20211229: libc++ moved to /lib
MOVED_LIBS+=usr/lib/libc++.so.1
Index: lib/libc++/Makefile
===================================================================
--- lib/libc++/Makefile
+++ lib/libc++/Makefile
@@ -239,9 +239,6 @@
STD+= ${.CURDIR}/__config_site
RT_HEADERS+= cxxabi.h
-RT_HEADERS+= unwind-arm.h
-RT_HEADERS+= unwind-itanium.h
-RT_HEADERS+= unwind.h
.for hdr in ${RT_HEADERS}
STD+= ${_LIBCXXRTDIR}/${hdr}
.endfor
Index: lib/libgcc_eh/Makefile
===================================================================
--- lib/libgcc_eh/Makefile
+++ lib/libgcc_eh/Makefile
@@ -11,6 +11,10 @@
SRCS_EXC+= int_util.c
.include "Makefile.inc"
+INCS+= ${UNWINDINCDIR}/__libunwind_config.h
+INCS+= ${UNWINDINCDIR}/libunwind.h
+INCS+= ${UNWINDINCDIR}/unwind.h
+
.if ${.MAKE.LEVEL} > 0
# avoid circular dependencies
GENDIRDEPS_FILTER+= Nlib/msun
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 21, 9:58 PM (7 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27122786
Default Alt Text
D34005.diff (1 KB)
Attached To
Mode
D34005: Install llvm-libunwind's unwind headers in /usr/include
Attached
Detach File
Event Timeline
Log In to Comment