https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240507
--- Comment #2 from Dimitry Andric <d...@freebsd.org> --- (In reply to Kyle Evans from comment #0) > Can we consider enabling all LLVM_TARGET_* knobs for the > bootstrap/cross-compiler clang, and leaving those user-controlled knobs to be > purely for the clang that's getting installed The problem with that is that a lot of unused targets will be built, which is why the MK_LLVM_TARGET_ knobs were created in the first place. Ideally, only the minimum set of targets is built. That said, I agree that WITHOUT_CLANG should not immediately cause all MK_LLVM_TARGET_ knobs to be turned off. However, the logic in share/mk/*.mk to achieve all this is very convoluted and fragile, so I would rather defer to an expert in that area. :) -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-toolchain@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"