View | Details | Raw Unified | Return to bug 205250 | Differences between
and this patch

Collapse All | Expand All

(-)b/share/mk/src.opts.mk (-6 / +3 lines)
Lines 200-205 __DEFAULT_YES_OPTIONS = \ Link Here
200
__DEFAULT_NO_OPTIONS = \
200
__DEFAULT_NO_OPTIONS = \
201
    BEARSSL \
201
    BEARSSL \
202
    BHYVE_SNAPSHOT \
202
    BHYVE_SNAPSHOT \
203
    BINUTILS \
203
    BSD_GREP \
204
    BSD_GREP \
204
    CLANG_EXTRAS \
205
    CLANG_EXTRAS \
205
    CLEAN \
206
    CLEAN \
Lines 291-305 __DEFAULT_NO_OPTIONS+=LLVM_TARGET_BPF Link Here
291
.if ${__T} == "aarch64" || ${__T:Mriscv*} != ""
292
.if ${__T} == "aarch64" || ${__T:Mriscv*} != ""
292
BROKEN_OPTIONS+=BINUTILS BINUTILS_BOOTSTRAP GDB
293
BROKEN_OPTIONS+=BINUTILS BINUTILS_BOOTSTRAP GDB
293
.endif
294
.endif
294
# BINUTILS is enabled on x86 to provide as for ports - PR 205250
295
# BINUTILS_BOOTSTRAP is needed on amd64 only, for skein_block_asm.s
295
# BINUTILS_BOOTSTRAP is needed on amd64 only, for skein_block_asm.s
296
.if ${__T} == "amd64"
296
.if ${__T} == "amd64"
297
__DEFAULT_YES_OPTIONS+=BINUTILS BINUTILS_BOOTSTRAP
297
__DEFAULT_YES_OPTIONS+=BINUTILS_BOOTSTRAP
298
.elif ${__T} == "i386"
299
__DEFAULT_YES_OPTIONS+=BINUTILS
300
__DEFAULT_NO_OPTIONS+=BINUTILS_BOOTSTRAP
301
.else
298
.else
302
__DEFAULT_NO_OPTIONS+=BINUTILS BINUTILS_BOOTSTRAP
299
__DEFAULT_NO_OPTIONS+=BINUTILS_BOOTSTRAP
303
.endif
300
.endif
304
.if ${__T:Mriscv*} != ""
301
.if ${__T:Mriscv*} != ""
305
BROKEN_OPTIONS+=OFED
302
BROKEN_OPTIONS+=OFED

Return to bug 205250