From owner-freebsd-mips@FreeBSD.ORG Tue May 19 16:50:31 2015 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9F9CF7BC for ; Tue, 19 May 2015 16:50:31 +0000 (UTC) Received: from phabric-backend.isc.freebsd.org (phabric-backend.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:406a:0:50:2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6678C165A for ; Tue, 19 May 2015 16:50:31 +0000 (UTC) Received: from phabric-backend.isc.freebsd.org (phabric-backend.isc.freebsd.org [127.0.1.5]) by phabric-backend.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t4JGoVVF095862 for ; Tue, 19 May 2015 16:50:31 GMT (envelope-from daemon-user@phabric-backend.isc.freebsd.org) Received: (from daemon-user@localhost) by phabric-backend.isc.freebsd.org (8.14.9/8.14.9/Submit) id t4JGoV91095861; Tue, 19 May 2015 16:50:31 GMT (envelope-from daemon-user) Date: Tue, 19 May 2015 16:50:31 +0000 To: freebsd-mips@freebsd.org From: "emaste (Ed Maste)" Subject: [Differential] [Updated, 1 lines] D2585: Avoid trying to build cxbge module on MIPS Message-ID: <2f545bed4e32d54fefec17f6cf8ee1aa@localhost.localdomain> X-Priority: 3 Thread-Topic: D2585: Avoid trying to build cxbge module on MIPS X-Herald-Rules: none X-Phabricator-To: X-Phabricator-To: X-Phabricator-To: X-Phabricator-Cc: In-Reply-To: References: Thread-Index: MjE5ZGMwYjE2MTM3YWY0OWUxOWE5YTIyOTBhIFVbadc= Precedence: bulk X-Phabricator-Sent-This-Message: Yes X-Mail-Transport-Agent: MetaMTA X-Auto-Response-Suppress: All X-Phabricator-Mail-Tags: , , , MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="b1_2f545bed4e32d54fefec17f6cf8ee1aa" X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2015 16:50:31 -0000 --b1_2f545bed4e32d54fefec17f6cf8ee1aa Content-Type: text/plain; charset = "utf-8" Content-Transfer-Encoding: 8bit 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 --b1_2f545bed4e32d54fefec17f6cf8ee1aa Content-Type: text/x-patch; charset=utf-8; name="D2585.5485.patch" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="D2585.5485.patch" ZGlmZiAtLWdpdCBhL3N5cy9tb2R1bGVzL01ha2VmaWxlIGIvc3lzL21vZHVsZXMvTWFrZWZpbGUK LS0tIGEvc3lzL21vZHVsZXMvTWFrZWZpbGUKKysrIGIvc3lzL21vZHVsZXMvTWFrZWZpbGUKQEAg LTQ1Niw2ICs0NTYsNyBAQAogLmVuZGlmCiAKIC5pZiAke01LX1NPVVJDRUxFU1NfVUNPREV9ICE9 ICJubyIgJiYgJHtNQUNISU5FX0NQVUFSQ0h9ICE9ICJhcm0iICYmIFwKKwkke01BQ0hJTkVfQVJD SDpDL21pcHMobjMyKT8oZWwpPy9taXBzL30gIT0gIm1pcHMiICYmIFwKIAkke01BQ0hJTkVfQVJD SH0gIT0gInBvd2VycGMiCiBfY3hnYmU9CQljeGdiZQogLmVuZGlmCgo= --b1_2f545bed4e32d54fefec17f6cf8ee1aa--