Date: Wed, 3 May 2023 00:29:25 GMT From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 3c8aec53a93f - stable/13 - libirdma: Drop clang-specific -ferror-limit. Message-ID: <202305030029.3430TP8C071722@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=3c8aec53a93f9d5d21a47ae8be5c52a37059fe4d commit 3c8aec53a93f9d5d21a47ae8be5c52a37059fe4d Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2022-10-03 23:10:42 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2023-05-02 23:39:52 +0000 libirdma: Drop clang-specific -ferror-limit. This could use -fmax-errors on GCC, but tweaking the error limit is unusual in the tree anyway. Just remove it. Reviewed by: erj, imp, emaste Differential Revision: https://reviews.freebsd.org/D36808 (cherry picked from commit c3a3d1fd6c7007e7088936e14fd9b4944b3a3054) --- lib/ofed/libirdma/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ofed/libirdma/Makefile b/lib/ofed/libirdma/Makefile index 1280b8a6d7bc..368bd536c587 100644 --- a/lib/ofed/libirdma/Makefile +++ b/lib/ofed/libirdma/Makefile @@ -18,6 +18,5 @@ irdma_uk.c \ LIBADD= ibverbs pthread CFLAGS+= -I${_spath} -I${SRCTOP}/contrib/ofed/libibverbs VERSION_MAP= ${_spath}/libirdma.map -CFLAGS+= -ferror-limit=1000 .include <bsd.lib.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305030029.3430TP8C071722>