svn commit: r304907 - head/sys/modules
Bjoern A. Zeeb
bz at FreeBSD.org
Sat Aug 27 12:41:16 UTC 2016
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"
More information about the svn-src-head
mailing list