src.opts.mk (57f804675e65951d630a38d94c07be4a27ae4053) | src.opts.mk (c45018041d5537d2a91c2d63e3982127041d523b) |
---|---|
1# $FreeBSD$ 2# 3# Option file for FreeBSD /usr/src builds. 4# 5# Users define WITH_FOO and WITHOUT_FOO on the command line or in /etc/src.conf 6# and /etc/make.conf files. These translate in the build system to MK_FOO={yes,no} 7# with sensible (usually) defaults. 8# --- 113 unchanged lines hidden (view full) --- 122 KDUMP \ 123 KVM \ 124 LDNS \ 125 LDNS_UTILS \ 126 LEGACY_CONSOLE \ 127 LIBPTHREAD \ 128 LIBTHR \ 129 LLVM_COV \ | 1# $FreeBSD$ 2# 3# Option file for FreeBSD /usr/src builds. 4# 5# Users define WITH_FOO and WITHOUT_FOO on the command line or in /etc/src.conf 6# and /etc/make.conf files. These translate in the build system to MK_FOO={yes,no} 7# with sensible (usually) defaults. 8# --- 113 unchanged lines hidden (view full) --- 122 KDUMP \ 123 KVM \ 124 LDNS \ 125 LDNS_UTILS \ 126 LEGACY_CONSOLE \ 127 LIBPTHREAD \ 128 LIBTHR \ 129 LLVM_COV \ |
130 LLVM_LIBUNWIND \ | |
131 LLVM_TARGET_ALL \ 132 LOADER_GELI \ 133 LOADER_LUA \ 134 LOADER_OFW \ 135 LOADER_UBOOT \ 136 LOCALES \ 137 LOCATE \ 138 LPR \ --- 279 unchanged lines hidden (view full) --- 418.endfor 419 420# 421# Force some options off if their dependencies are off. 422# Order is somewhat important. 423# 424.if !${COMPILER_FEATURES:Mc++11} 425MK_GOOGLETEST:= no | 130 LLVM_TARGET_ALL \ 131 LOADER_GELI \ 132 LOADER_LUA \ 133 LOADER_OFW \ 134 LOADER_UBOOT \ 135 LOCALES \ 136 LOCATE \ 137 LPR \ --- 279 unchanged lines hidden (view full) --- 417.endfor 418 419# 420# Force some options off if their dependencies are off. 421# Order is somewhat important. 422# 423.if !${COMPILER_FEATURES:Mc++11} 424MK_GOOGLETEST:= no |
426MK_LLVM_LIBUNWIND:= no | |
427.endif 428 429.if ${MK_CAPSICUM} == "no" 430MK_CASPER:= no 431.endif 432 433.if ${MK_LIBPTHREAD} == "no" 434MK_LIBTHR:= no --- 138 unchanged lines hidden --- | 425.endif 426 427.if ${MK_CAPSICUM} == "no" 428MK_CASPER:= no 429.endif 430 431.if ${MK_LIBPTHREAD} == "no" 432MK_LIBTHR:= no --- 138 unchanged lines hidden --- |