The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=aada8c4721ed7ddb2fb7d0968c00241828b82349
commit aada8c4721ed7ddb2fb7d0968c00241828b82349 Author: Warner Losh <[email protected]> AuthorDate: 2021-12-09 15:22:51 +0000 Commit: Warner Losh <[email protected]> CommitDate: 2021-12-09 15:22:51 +0000 libcompat: Remove MIPS from list of compat libraries Sponsored by: Netflix --- Makefile.libcompat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.libcompat b/Makefile.libcompat index eb2b12b6c7d2..872541188cef 100644 --- a/Makefile.libcompat +++ b/Makefile.libcompat @@ -4,7 +4,7 @@ __<${_this:T}>__: # Makefile for the compatibility libraries. -# - 32-bit compat libraries on MIPS, PowerPC, and AMD64. +# - 32-bit compat libraries on PowerPC, and AMD64. .include <bsd.compat.mk>
