Disable kernel INIT_ALL_ZERO on amd64
It is currently incompatible with kernel ifunc memset. PR: 251083 MFC with: r367577 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
9b03c658ff
commit
0b2b870f84
@ -68,6 +68,11 @@ __DEFAULT_NO_OPTIONS = \
|
||||
# affected by KERNEL_SYMBOLS, FORMAT_EXTENSIONS, CTF and SSP.
|
||||
|
||||
# Things that don't work based on the CPU
|
||||
.if ${MACHINE} == "amd64"
|
||||
# PR251083 conflict between INIT_ALL_ZERO and ifunc memset
|
||||
BROKEN_OPTIONS+= INIT_ALL_ZERO
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "arm"
|
||||
. if ${MACHINE_ARCH:Marmv[67]*} == ""
|
||||
BROKEN_OPTIONS+= CDDL ZFS
|
||||
|
Loading…
Reference in New Issue
Block a user