git: 80e804d892f4 - stable/13 - Remove lib32 versions of libl.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Jul 2022 16:06:35 UTC
The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=80e804d892f4c04369cb30374293512beba24494 commit 80e804d892f4c04369cb30374293512beba24494 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2022-01-13 22:48:32 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2022-07-13 15:31:41 +0000 Remove lib32 versions of libl. Reviewed by: imp, emaste Fixes: eb61f7bdf266 Stop building libl and liby Sponsored by: The University of Cambridge, Google Inc. Differential Revision: https://reviews.freebsd.org/D33851 (cherry picked from commit cc8af33eb340d5ee0c755fb3eb9dc07f0819afdc) --- ObsoleteFiles.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index b93ffc7730e8..bd640000265c 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -3287,6 +3287,11 @@ OLD_FILES+=usr/share/man/man9/crypto_find_driver.9.gz OLD_FILES+=usr/share/man/man9/crypto_register.9.gz OLD_FILES+=usr/share/man/man9/crypto_unregister.9.gz +# 20200326: compat libs for libl are no longer built +OLD_FILES+=usr/lib32/libfl.a +OLD_FILES+=usr/lib32/libl.a +OLD_FILES+=usr/lib32/libln.a + # 20200323: INTERNALLIB don't install headers anymore OLD_FILES+=usr/include/libelftc.h OLD_FILES+=usr/include/libifconfig.h