Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Aug 2016 12:05:34 +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: r304956 - head/sys/modules
Message-ID:  <201608281205.u7SC5Yro058532@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bz
Date: Sun Aug 28 12:05:34 2016
New Revision: 304956
URL: https://svnweb.freebsd.org/changeset/base/304956

Log:
  Back out r304907, Ed had fixed it apparently earlier in the cloudabi*
  subdirectories.
  
  Reported by:	np

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Sun Aug 28 11:58:15 2016	(r304955)
+++ head/sys/modules/Makefile	Sun Aug 28 12:05:34 2016	(r304956)
@@ -766,7 +766,7 @@ _epic=		epic
 _igb=		igb
 .endif
 
-.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE} == "i386"
+.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "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?201608281205.u7SC5Yro058532>