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"
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to