diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2021-12-30 15:25:08 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2021-12-30 15:25:58 +0000 |
| commit | b6f7942cbcbde7c09788e86fdfe9310eafcb6e9f (patch) | |
| tree | 20d8bac66c38bc7ed1903f95720d1922ecb66288 | |
| parent | 1adb91e52164af634c816327f8cdb3751dc76ce4 (diff) | |
| -rw-r--r-- | ObsoleteFiles.inc | 3 | ||||
| -rw-r--r-- | lib/libc++/Makefile | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 6207ad302bba..4e99c917e89a 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -40,9 +40,6 @@ # xargs -n1 | sort | uniq -d; # done -# 20211229 libc++ moved to /lib -OLD_LIBS+=usr/lib/libc++.so.1 - # 20211221 efi_set_variables_supported.3 should be efi_variables_supported.3 OLD_FILES+=usr/share/man/man3/efi_set_variables_supported.3.gz diff --git a/lib/libc++/Makefile b/lib/libc++/Makefile index f535a0cfba8c..2bc1bf40eccd 100644 --- a/lib/libc++/Makefile +++ b/lib/libc++/Makefile @@ -3,7 +3,6 @@ .include <src.opts.mk> PACKAGE= clibs -SHLIBDIR?= /lib _LIBCXXRTDIR= ${SRCTOP}/contrib/libcxxrt HDRDIR= ${SRCTOP}/contrib/llvm-project/libcxx/include SRCDIR= ${SRCTOP}/contrib/llvm-project/libcxx/src |
