From b6f7942cbcbde7c09788e86fdfe9310eafcb6e9f Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 30 Dec 2021 10:25:08 -0500 Subject: [PATCH] Revert "Move libc++ from /usr/lib to /lib" This reverts commit 6b1c5775d1c29c7c42201254df82aca9f3820bc8. There are reports of errors with this change. Reported by: antoine --- ObsoleteFiles.inc | 3 --- lib/libc++/Makefile | 1 - 2 files changed, 4 deletions(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 6207ad302bb..4e99c917e89 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 f535a0cfba8..2bc1bf40ecc 100644 --- a/lib/libc++/Makefile +++ b/lib/libc++/Makefile @@ -3,7 +3,6 @@ .include PACKAGE= clibs -SHLIBDIR?= /lib _LIBCXXRTDIR= ${SRCTOP}/contrib/libcxxrt HDRDIR= ${SRCTOP}/contrib/llvm-project/libcxx/include SRCDIR= ${SRCTOP}/contrib/llvm-project/libcxx/src