From 51ba585f88949f7d515cf6be9c32aa678838a67c Mon Sep 17 00:00:00 2001 From: emaste Date: Fri, 20 Sep 2013 01:52:02 +0000 Subject: Add LLDB bmake infrastructure This connects LLDB to the build, but it is disabled by default. Add WITH_LLDB= to src.conf to build it. Note that LLDB requires a C++11 compiler so is disabled on platforms using GCC. Approved by: re (gjb) Sponsored by: DARPA, AFRL --- share/mk/bsd.own.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'share/mk') diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 252460f..b319824 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -381,6 +381,7 @@ __DEFAULT_NO_OPTIONS = \ LIBICONV_COMPAT \ INSTALL_AS_USER \ LDNS_UTILS \ + LLDB \ NMTREE \ NAND \ OFED \ @@ -590,6 +591,10 @@ MK_CLANG_FULL:= no MK_CLANG_IS_CC:= no .endif +.if ${MK_CLANG_IS_CC} == "no" +MK_LLDB:= no +.endif + # # Set defaults for the MK_*_SUPPORT variables. # -- cgit v1.1