Force LLVM_LIBUNWIND off if we don't have a C++11 compiler
Tested by: bde Differential Revision: https://reviews.freebsd.org/D7746
This commit is contained in:
parent
68f6e19eed
commit
93cdeb4aec
@ -289,6 +289,10 @@ MK_${var}:= no
|
||||
# Force some options off if their dependencies are off.
|
||||
# Order is somewhat important.
|
||||
#
|
||||
.if !${COMPILER_FEATURES:Mc++11}
|
||||
MK_LLVM_LIBUNWIND:= no
|
||||
.endif
|
||||
|
||||
.if ${MK_LIBPTHREAD} == "no"
|
||||
MK_LIBTHR:= no
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user