Do not try to build cloudabi32 for pc98.

Should unbreak tinderbox.
This commit is contained in:
Bjoern A. Zeeb 2016-08-27 12:41:15 +00:00
parent de618daaf0
commit acbeb22d01
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=304907

View File

@ -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"