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:
parent
41cf798e82
commit
3916fdd2f2
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user