llvm-project/lldb/source/Host/freebsd
Keno Fischer 15d5e2b4d8 Fix configure & make build with python disabled
This makes sure that nothing that requires Python is being built
when the LLDB_DISABLE_PYTHON flag is being passed in.
It also changes a use of CPPFLAGS to CPP.Flags since the former is overridden
when external flags are passed in while the later is not. I'm not sure exactly
why LLDB_DISABLE_PYTHON is in CXXFLAGS rather than CPPFLAGS,
but cleaning that up is for another commit.

Differential Revision: http://reviews.llvm.org/D4918

llvm-svn: 217414
2014-09-09 04:52:37 +00:00
..
Host.cpp Consolidate UnixSignals setting/getting in Process. 2014-08-29 17:35:57 +00:00
HostInfoFreeBSD.cpp Move the rest of the HostInfo functions over. 2014-08-21 21:49:24 +00:00
Makefile Fix configure & make build with python disabled 2014-09-09 04:52:37 +00:00