Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 May 2015 12:54:31 +0000
From:      "emaste (Ed Maste)" <phabric-noreply@FreeBSD.org>
To:        freebsd-mips@freebsd.org
Subject:   [Differential] [Closed] D2585: Avoid trying to build cxgbe module on MIPS
Message-ID:  <6b45234b176a3e90980e2abdb5ca7cd9@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 --]
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

[-- Attachment #2 --]
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

help

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