git: 6c5b328a6a10 - main - net/intel-irdma-kmod: disallow on 32-bits

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Thu, 06 Jul 2023 09:40:20 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6c5b328a6a1088b1389a3018c7e310232562978c

commit 6c5b328a6a1088b1389a3018c7e310232562978c
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-07-06 09:39:59 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-07-06 09:39:59 +0000

    net/intel-irdma-kmod: disallow on 32-bits
    
    Only supported on 64-bits.
---
 net/intel-irdma-kmod/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net/intel-irdma-kmod/Makefile b/net/intel-irdma-kmod/Makefile
index 335d61f1dec8..48064fd86e13 100644
--- a/net/intel-irdma-kmod/Makefile
+++ b/net/intel-irdma-kmod/Makefile
@@ -7,6 +7,9 @@ MAINTAINER=	freebsd@intel.com
 COMMENT=	RDMA FreeBSD* driver for IntelĀ® Ethernet Controller E810
 WWW=		https://www.intel.com/content/www/us/en/download/19762/irdma-rdma-freebsd-driver-for-intel-ethernet-controller-e810.html
 
+NOT_FOR_ARCHS=	armv6 armv7 i386 powerpc
+NOT_FOR_ARCHS_REASON=	Not supported on 32-bits
+
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/doc/irdma_readme.txt