Revert "Move libc++ from /usr/lib to /lib"

This reverts commit 6b1c5775d1.
There are reports of errors with this change.

Reported by:	antoine
This commit is contained in:
Ed Maste 2021-12-30 10:25:08 -05:00
parent 1adb91e521
commit b6f7942cbc
2 changed files with 0 additions and 4 deletions

View file

@ -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

View file

@ -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