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

Collapse All | Expand All

(-)share/mk/src.opts.mk (-4 / +1 lines)
Lines 309-319 Link Here
309
.else
309
.else
310
__DEFAULT_NO_OPTIONS+=LLVM_LIBUNWIND
310
__DEFAULT_NO_OPTIONS+=LLVM_LIBUNWIND
311
.endif
311
.endif
312
.if ${__T} == "aarch64" || ${__T} == "amd64"
312
.if ${__T} == "aarch64" || ${__T} == "amd64" || ${__T} == "i386"
313
__DEFAULT_YES_OPTIONS+=LLD_BOOTSTRAP LLD_IS_LD
313
__DEFAULT_YES_OPTIONS+=LLD_BOOTSTRAP LLD_IS_LD
314
.elif ${__T} == "i386"
315
__DEFAULT_YES_OPTIONS+=LLD_BOOTSTRAP
316
__DEFAULT_NO_OPTIONS+=LLD_IS_LD
317
.else
314
.else
318
__DEFAULT_NO_OPTIONS+=LLD_BOOTSTRAP LLD_IS_LD
315
__DEFAULT_NO_OPTIONS+=LLD_BOOTSTRAP LLD_IS_LD
319
.endif
316
.endif

Return to bug 214864