[Differential] [Closed] D2585: Avoid trying to build cxgbe module on MIPS

emaste (Ed Maste) phabric-noreply at FreeBSD.org
Wed May 20 12:54:32 UTC 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rS283149: Avoid trying to build cxbge on 32-bit MIPS (authored by emaste).

CHANGED PRIOR TO COMMIT
  https://reviews.freebsd.org/D2585?vs=5492&id=5508#toc

REPOSITORY
  rS FreeBSD src repository

REVISION DETAIL
  https://reviews.freebsd.org/D2585

AFFECTED FILES
  head/sys/modules/Makefile

CHANGE DETAILS
  diff --git a/head/sys/modules/Makefile b/head/sys/modules/Makefile
  --- a/head/sys/modules/Makefile
  +++ b/head/sys/modules/Makefile
  @@ -456,6 +456,7 @@
   .endif
   
   .if ${MK_SOURCELESS_UCODE} != "no" && ${MACHINE_CPUARCH} != "arm" && \
  +	${MACHINE_ARCH:C/mips(el)?/mips/} != "mips" && \
   	${MACHINE_ARCH} != "powerpc"
   _cxgbe=		cxgbe
   .endif

EMAIL PREFERENCES
  https://reviews.freebsd.org/settings/panel/emailpreferences/

To: emaste, np, imp
Cc: freebsd-mips
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2585.5508.patch
Type: text/x-patch
Size: 340 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-mips/attachments/20150520/ac9a14ad/attachment.bin>


More information about the freebsd-mips mailing list