Avoid trying to build cxbge on 32-bit MIPS

It lacks required 64-bit atomics.

Reviewed by:	imp (earlier version)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D2585
This commit is contained in:
Ed Maste 2015-05-20 12:54:22 +00:00
parent d0edea4a0e
commit 8ff01f5d20
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283149

View File

@ -456,6 +456,7 @@ _txp= txp
.endif
.if ${MK_SOURCELESS_UCODE} != "no" && ${MACHINE_CPUARCH} != "arm" && \
${MACHINE_ARCH:C/mips(el)?/mips/} != "mips" && \
${MACHINE_ARCH} != "powerpc"
_cxgbe= cxgbe
.endif