Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 2015 16:50:31 +0000
From:      "emaste (Ed Maste)" <phabric-noreply@FreeBSD.org>
To:        freebsd-mips@freebsd.org
Subject:   [Differential] [Updated, 1 lines] D2585: Avoid trying to build cxbge module on MIPS
Message-ID:  <2f545bed4e32d54fefec17f6cf8ee1aa@localhost.localdomain>
In-Reply-To: <differential-rev-PHID-DREV-nd4u74hei4ms4b47e3dk-req@FreeBSD.org>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]
emaste updated this revision to Diff 5485.
emaste added a comment.
This revision now requires review to proceed.

In discussion with @np, we still want to build cxgbe on 64-bit MIPS.


CHANGES SINCE LAST UPDATE
  https://reviews.freebsd.org/D2585?vs=5480&id=5485

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

AFFECTED FILES
  sys/modules/Makefile

CHANGE DETAILS
  diff --git a/sys/modules/Makefile b/sys/modules/Makefile
  --- a/sys/modules/Makefile
  +++ b/sys/modules/Makefile
  @@ -456,6 +456,7 @@
   .endif
   
   .if ${MK_SOURCELESS_UCODE} != "no" && ${MACHINE_CPUARCH} != "arm" && \
  +	${MACHINE_ARCH:C/mips(n32)?(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

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

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2f545bed4e32d54fefec17f6cf8ee1aa>