Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Dec 2021 15:30:56 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: aada8c4721ed - main - libcompat: Remove MIPS from list of compat libraries
Message-ID:  <202112091530.1B9FUuiE073788@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=aada8c4721ed7ddb2fb7d0968c00241828b82349

commit aada8c4721ed7ddb2fb7d0968c00241828b82349
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-12-09 15:22:51 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112091530.1B9FUuiE073788>