armv5: Remove dead code
No need to mark anything as broken on armv5 anymore. Sponsored by: Netflix Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D38583
This commit is contained in:
parent
ae902a5be9
commit
e88e989439
@ -78,12 +78,6 @@ __DEFAULT_NO_OPTIONS = \
|
||||
BROKEN_OPTIONS+= INIT_ALL_ZERO
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "arm"
|
||||
. if ${MACHINE_ARCH:Marmv[67]*} == ""
|
||||
BROKEN_OPTIONS+= CDDL ZFS
|
||||
. endif
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "powerpc" && ${MACHINE_ARCH} == "powerpc"
|
||||
BROKEN_OPTIONS+= ZFS
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user