Page MenuHomeFreeBSD

D34005.diff
No OneTemporary

D34005.diff

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

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)

Event Timeline