From b4e9e9004002ada78a29b201cb24031346909fae Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 30 May 2014 18:28:13 +0000 Subject: Update build system for LLVM/Clang snapshot r209886. This brings in the merged AArch64 backend and the move of eARM to DWARF exception handling for NetBSD. C++11 is required for building. --- external/bsd/llvm/lib/liblldbPluginProcessNetBSD/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'external/bsd/llvm/lib/liblldbPluginProcessNetBSD') diff --git a/external/bsd/llvm/lib/liblldbPluginProcessNetBSD/Makefile b/external/bsd/llvm/lib/liblldbPluginProcessNetBSD/Makefile index 5a20dd7d940..fab48af964e 100644 --- a/external/bsd/llvm/lib/liblldbPluginProcessNetBSD/Makefile +++ b/external/bsd/llvm/lib/liblldbPluginProcessNetBSD/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/09/29 12:12:02 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2014/05/30 18:28:16 joerg Exp $ LIB= lldbPluginProcessNetBSD @@ -6,6 +6,9 @@ LIB= lldbPluginProcessNetBSD .PATH: ${LLDB_SRCDIR}/source/Plugins/Process/FreeBSD +CPPFLAGS.ProcessFreeBSD.cpp+= -I${LLDB_SRCDIR}/source/Plugins/Process/Utility +CPPFLAGS.ProcessMonitor.cpp+= -I${LLDB_SRCDIR}/source/Plugins/Process/Utility + SRCS+= ProcessFreeBSD.cpp \ ProcessMonitor.cpp -- cgit