git: e2d3168d1207 - main - ObsoleteFiles: remove duplicated and incorrect libclang_rt powerpc64le entries
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Sep 2023 18:43:14 UTC
The branch main has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=e2d3168d1207561df2e1cf0a2a8d13c198e5f8d3 commit e2d3168d1207561df2e1cf0a2a8d13c198e5f8d3 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2023-09-29 18:41:52 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2023-09-29 18:41:52 +0000 ObsoleteFiles: remove duplicated and incorrect libclang_rt powerpc64le entries PR: 273776 MFC after: 3 days --- ObsoleteFiles.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 64003b2c976f..ff7e4e497fad 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -458,8 +458,6 @@ OLD_FILES+=usr/lib/clang/15.0.7/lib/freebsd/libclang_rt.profile-i386.a OLD_FILES+=usr/lib/clang/15.0.7/lib/freebsd/libclang_rt.profile-powerpc.a OLD_FILES+=usr/lib/clang/15.0.7/lib/freebsd/libclang_rt.profile-powerpc64.a OLD_FILES+=usr/lib/clang/15.0.7/lib/freebsd/libclang_rt.profile-powerpc64le.a -OLD_FILES+=usr/lib/clang/15.0.7/lib/freebsd/libclang_rt.profile-powerpc64le.a -OLD_FILES+=usr/lib/clang/15.0.7/lib/freebsd/libclang_rt.profile-powerpc64lele.a OLD_FILES+=usr/lib/clang/15.0.7/lib/freebsd/libclang_rt.profile-riscv64.a OLD_FILES+=usr/lib/clang/15.0.7/lib/freebsd/libclang_rt.profile-x86_64.a OLD_FILES+=usr/lib/clang/15.0.7/lib/freebsd/libclang_rt.safestack-aarch64.a