Don't default MK_LLVM_TARGET_ALL to yes unless MK_CLANG is requested
When building -DWITH_LLVM_BINUTILS -DWITHOUT_CLANG, this avoids building a few hundred C++ source files that should not be needed by default. Reviewed By: emaste Differential Revision: https://reviews.freebsd.org/D31059
This commit is contained in:
parent
bd11e253a9
commit
e7e22476d1
@ -130,7 +130,6 @@ __DEFAULT_YES_OPTIONS = \
|
||||
LLVM_ASSERTIONS \
|
||||
LLVM_COV \
|
||||
LLVM_CXXFILT \
|
||||
LLVM_TARGET_ALL \
|
||||
LOADER_GELI \
|
||||
LOADER_LUA \
|
||||
LOADER_OFW \
|
||||
@ -216,6 +215,7 @@ __DEFAULT_NO_OPTIONS = \
|
||||
# RIGHT option is disabled.
|
||||
__DEFAULT_DEPENDENT_OPTIONS= \
|
||||
CLANG_FULL/CLANG \
|
||||
LLVM_TARGET_ALL/CLANG \
|
||||
LOADER_VERIEXEC/BEARSSL \
|
||||
LOADER_EFI_SECUREBOOT/LOADER_VERIEXEC \
|
||||
LOADER_VERIEXEC_VECTX/LOADER_VERIEXEC \
|
||||
|
Loading…
Reference in New Issue
Block a user