Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Aug 2016 12:41:15 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r304907 - head/sys/modules
Message-ID:  <201608271241.u7RCfFUq046055@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bz
Date: Sat Aug 27 12:41:15 2016
New Revision: 304907
URL: https://svnweb.freebsd.org/changeset/base/304907

Log:
  Do not try to build cloudabi32 for pc98.
  
  Should unbreak tinderbox.

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Sat Aug 27 11:51:08 2016	(r304906)
+++ head/sys/modules/Makefile	Sat Aug 27 12:41:15 2016	(r304907)
@@ -766,7 +766,7 @@ _epic=		epic
 _igb=		igb
 .endif
 
-.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
+.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE} == "i386"
 _cloudabi32=	cloudabi32
 .endif
 .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64"



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