opts: fix silly typo

It's powerpcspe not powerpcspc

Pointy Hat To:		imp
Noticed by:		jhibbits
Fixes:			41cf798e82
Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2023-03-10 09:00:38 -07:00
parent 41cf798e82
commit 3916fdd2f2
2 changed files with 2 additions and 2 deletions

View File

@ -357,7 +357,7 @@ BROKEN_OPTIONS+= OFED
.endif
# ZFS is broken on 32-bit powerpc (missing atomics), but works on 64-bit
.if ${__T} == "powerpc" || ${__T} == "powerpcspc"
.if ${__T} == "powerpc" || ${__T} == "powerpcspe"
BROKEN_OPTIONS+= ZFS LOADER_ZFS
.endif

View File

@ -79,7 +79,7 @@ BROKEN_OPTIONS+= INIT_ALL_ZERO
.endif
# ZFS is broken on 32-bit powerpc, missing atomics
.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "powerpcspc"
.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "powerpcspe"
BROKEN_OPTIONS+= ZFS
.endif