mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
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:
parent
d0edea4a0e
commit
8ff01f5d20
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283149
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user